|
|
@ -396,7 +396,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
/// <summary>
|
|
|
|
///单价
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "单价")] |
|
|
|
[Display(Name = "价格")] |
|
|
|
public decimal PRICE { get; set; } |
|
|
|
/// <summary>
|
|
|
|
///数量
|
|
|
@ -420,6 +420,13 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "协议编号")] |
|
|
|
public string ContractID { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
[Display(Name = "备注")] |
|
|
|
public string Remark { set; get; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Display(Name = "商品组")] |
|
|
|
public string ProductionGroup { get; set; } |
|
|
|
|
|
|
@ -451,7 +458,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
|
|
|
|
public class INVOICE_WAIT_DETAIL_BBAC_DTO |
|
|
|
{ |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
///期间
|
|
|
|
/// </summary>
|
|
|
|