222
This commit is contained in:
@@ -117,7 +117,7 @@ namespace MyCode.Project.Domain.Message.Response.PurchaseOrder
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Desc:累计收料数量
|
||||
/// Desc:已发货数量
|
||||
/// Default:
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
@@ -128,6 +128,13 @@ namespace MyCode.Project.Domain.Message.Response.PurchaseOrder
|
||||
/// </summary>
|
||||
public decimal? NotSendQty { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Desc:美塞斯认可的累计收料数量
|
||||
/// Default:
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public decimal? MSSReceiveQty { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Desc:规格型号
|
||||
/// Default:
|
||||
|
||||
Reference in New Issue
Block a user