From 0c0309afae85b72746bd2431c10c7f5982e210e3 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 30 四月 2025 17:46:44 +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