11
This commit is contained in:
@@ -81,7 +81,7 @@ namespace MyCode.Project.Domain.Message.Act.PurchaseOrder
|
||||
/// </summary>
|
||||
public int FENTRYID { get; set; }
|
||||
|
||||
public int Qty { get; set; }
|
||||
public decimal Qty { get; set; }
|
||||
|
||||
public string FSupplierLot { get; set; }
|
||||
}
|
||||
|
||||
@@ -55,7 +55,7 @@ namespace MyCode.Project.Domain.Message.Act.PurchaseOrder
|
||||
/// <summary>
|
||||
/// 要发货的数量
|
||||
/// </summary>
|
||||
public int Qty { get; set; }
|
||||
public decimal Qty { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 供应商批号
|
||||
|
||||
Reference in New Issue
Block a user