From 318f08db1998f6a9e08f05ec8edc5aec4aad7882 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 21 四月 2025 01:46:34 +0800 Subject: [PATCH] 无来源打印更新 --- Tiger.Model.Net/Entitys/WMS/WMS_ITEM_POOL.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/WMS_ITEM_POOL.cs b/Tiger.Model.Net/Entitys/WMS/WMS_ITEM_POOL.cs index 9c71e7b..f4a0660 100644 --- a/Tiger.Model.Net/Entitys/WMS/WMS_ITEM_POOL.cs +++ b/Tiger.Model.Net/Entitys/WMS/WMS_ITEM_POOL.cs @@ -57,11 +57,11 @@ /// <summary> /// 鐗╂枡鏁伴噺 /// </summary> - public decimal QTY { get; set; } + public double QTY { get; set; } /// <summary> /// 宸插垎閰嶆暟閲� /// </summary> - public decimal ALLOC_QTY { get; set; } + public double ALLOC_QTY { get; set; } /// <summary> /// 鐢熶骇鏃ユ湡 /// </summary> -- Gitblit v1.9.3