From cd7f736f7236d262e1f84431a62ae05809a79f21 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 12 五月 2025 17:44:31 +0800 Subject: [PATCH] 修复了一些已知问题 --- Tiger.Model.Net/Entitys/WMS/Api/OutOtherEntitys.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/Api/OutOtherEntitys.cs b/Tiger.Model.Net/Entitys/WMS/Api/OutOtherEntitys.cs index 89eca65..b36f1b1 100644 --- a/Tiger.Model.Net/Entitys/WMS/Api/OutOtherEntitys.cs +++ b/Tiger.Model.Net/Entitys/WMS/Api/OutOtherEntitys.cs @@ -21,7 +21,7 @@ public List<string> OffLocations { get; set; } public List<string> OffRacks { get; set; } public List<BacodeRackLocation> SuggestBarcodes { get; set; } - public decimal PickQty { get; set; } + public double PickQty { get; set; } public string Qrcode { get; set; } } @@ -33,8 +33,8 @@ public string MaterialName { get; set; } public string MaterialStandard { get; set; } public string UnitCode { get; set; } - public decimal PRQty { get; set; } - public decimal Qty { get; set; } + public double PRQty { get; set; } + public double Qty { get; set; } public DateTime? DeliveryDate { get; set; } public string WarehouseCode { get; set; } public string WarehouseName { get; set; } @@ -55,8 +55,8 @@ public bool isCutting { get; set; } public string SN { get; set; } public string ItemCode { get; set; } - public decimal Qty { get; set; } - public decimal CutQty { get; set; } + public double Qty { get; set; } + public double CutQty { get; set; } public string regionCode { get; set; } public string locationCode { get; set; } public string Status { get; set; } @@ -78,6 +78,6 @@ public string WHCode { get; set; } public string LocationCode { get; set; } public string SN { get; set; } - public decimal QTY { get; set; } + public double QTY { get; set; } } } -- Gitblit v1.9.3