From 2192dd5a99d182f301451be72a64428246968d01 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 11 三月 2025 16:23:37 +0800 Subject: [PATCH] 增加收货单上架事务 --- Tiger.Model.Net/Entitys/WMS/V_WH_ITEM_SUM.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/V_WH_ITEM_SUM.cs b/Tiger.Model.Net/Entitys/WMS/V_WH_ITEM_SUM.cs index 1b52e2f..a6e5e81 100644 --- a/Tiger.Model.Net/Entitys/WMS/V_WH_ITEM_SUM.cs +++ b/Tiger.Model.Net/Entitys/WMS/V_WH_ITEM_SUM.cs @@ -45,7 +45,7 @@ /// <summary> /// 鏁伴噺 /// </summary> - public decimal QTY { get; set; } + public double QTY { get; set; } public string AUTH_ORG { get; set; } public string AUTH_PROD { get; set; } -- Gitblit v1.9.3