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/Minsun/WMS_WORKSHOPLOTINFO.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Entitys/Minsun/WMS_WORKSHOPLOTINFO.cs b/Tiger.Model.Net/Entitys/Minsun/WMS_WORKSHOPLOTINFO.cs index 7709216..9d2b8e9 100644 --- a/Tiger.Model.Net/Entitys/Minsun/WMS_WORKSHOPLOTINFO.cs +++ b/Tiger.Model.Net/Entitys/Minsun/WMS_WORKSHOPLOTINFO.cs @@ -43,11 +43,11 @@ /// <summary> /// /// </summary> - public decimal INITIALQTY { get; set; } + public double INITIALQTY { get; set; } /// <summary> /// /// </summary> - public decimal QTY { get; set; } + public double QTY { get; set; } /// <summary> /// /// </summary> -- Gitblit v1.9.3