22
This commit is contained in:
@@ -183,7 +183,14 @@ namespace MyCode.Project.Domain.Message.Response.InvoiceOrder
|
||||
/// <summary>
|
||||
/// 每包数量
|
||||
/// </summary>
|
||||
public decimal CuseQty { get; set; }
|
||||
public decimal CuseQty { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Desc:销售订单号
|
||||
/// Default:
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public string FDEMANDBILLNO { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user