From 4c04769a3fe3d8e0f99c5015cc7d3806b6e061e9 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 21 Jun 2023 16:30:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=95=B0=E9=87=8F=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=B1=BB=E5=9E=8B=E5=85=A8=E9=83=A8=E6=94=B9=E4=B8=BA?= =?UTF-8?q?decimal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Dto/Outputs/CarryCodeDetailOutput.cs | 2 +- .../Tnb.WarehouseMgr.Entities/Entity/WmsCarryCode.cs | 2 +- .../Tnb.WarehouseMgr.Entities/Entity/WmsCarryMat.cs | 6 +++--- .../Tnb.WarehouseMgr.Entities/Entity/WmsCarrybindCode.cs | 2 +- .../Tnb.WarehouseMgr.Entities/Entity/WmsCarryunbindCode.cs | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/Outputs/CarryCodeDetailOutput.cs b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/Outputs/CarryCodeDetailOutput.cs index bf05164c..6c391389 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/Outputs/CarryCodeDetailOutput.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/Outputs/CarryCodeDetailOutput.cs @@ -26,7 +26,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto /// /// 条码数量 /// - public int codeqty { get; set; } + public decimal codeqty { get; set; } /// /// 物料编号 /// diff --git a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryCode.cs b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryCode.cs index 4a11cab0..f9e9fd96 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryCode.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryCode.cs @@ -47,7 +47,7 @@ public partial class WmsCarryCode : BaseEntity, IWmsCarryEntity /// /// 条码数量 /// - public int codeqty { get; set; } + public decimal codeqty { get; set; } /// /// 行号 diff --git a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryMat.cs b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryMat.cs index b8bfcb77..94b3480d 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryMat.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryMat.cs @@ -42,17 +42,17 @@ public partial class WmsCarryMat : BaseEntity, IWmsCarryEntity /// /// 物料数量 /// - public int qty { get; set; } + public decimal qty { get; set; } /// /// 需要出库数量 /// - public int need_qty { get; set; } + public decimal need_qty { get; set; } /// /// 实际已出库数量 /// - public int real_qty { get; set; } + public decimal real_qty { get; set; } /// /// 行号 diff --git a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarrybindCode.cs b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarrybindCode.cs index 2632aeb7..7918c05c 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarrybindCode.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarrybindCode.cs @@ -47,7 +47,7 @@ public partial class WmsCarrybindCode : BaseEntity /// /// 条码数量 /// - public int? codeqty { get; set; } + public decimal? codeqty { get; set; } /// /// 行号 diff --git a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryunbindCode.cs b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryunbindCode.cs index b6671e15..dcc4ee07 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryunbindCode.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsCarryunbindCode.cs @@ -47,7 +47,7 @@ public partial class WmsCarryunbindCode : BaseEntity /// /// 条码数量 /// - public int? codeqty { get; set; } + public decimal? codeqty { get; set; } /// /// 行号