This commit is contained in:
2025-07-09 10:03:13 +08:00
parent dfca083b52
commit be3619103a
3 changed files with 4 additions and 4 deletions

View File

@@ -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; }
}

View File

@@ -55,7 +55,7 @@ namespace MyCode.Project.Domain.Message.Act.PurchaseOrder
/// <summary>
/// 要发货的数量
/// </summary>
public int Qty { get; set; }
public decimal Qty { get; set; }
/// <summary>
/// 供应商批号