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_IQC_S.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Tiger.Model.Net/Entitys/Minsun/WMS_IQC_S.cs b/Tiger.Model.Net/Entitys/Minsun/WMS_IQC_S.cs index 4e0b267..6c1b68d 100644 --- a/Tiger.Model.Net/Entitys/Minsun/WMS_IQC_S.cs +++ b/Tiger.Model.Net/Entitys/Minsun/WMS_IQC_S.cs @@ -51,19 +51,19 @@ /// <summary> /// /// </summary> - public decimal FATALQTY { get; set; } + public double FATALQTY { get; set; } /// <summary> /// /// </summary> - public decimal SERIOUSQTY { get; set; } + public double SERIOUSQTY { get; set; } /// <summary> /// /// </summary> - public decimal COMMONLYQTY { get; set; } + public double COMMONLYQTY { get; set; } /// <summary> /// /// </summary> - public decimal SLIGHTQTY { get; set; } + public double SLIGHTQTY { get; set; } /// <summary> /// /// </summary> -- Gitblit v1.9.3