From 2df22d081aa4d3677b474962e9bbc38db8efa536 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期一, 24 三月 2025 17:08:45 +0800
Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024

---
 Tiger.Model.Net/Entitys/WMS/DTOS/otherOutInfoDTO.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/WMS/DTOS/otherOutInfoDTO.cs b/Tiger.Model.Net/Entitys/WMS/DTOS/otherOutInfoDTO.cs
index 214f935..2805755 100644
--- a/Tiger.Model.Net/Entitys/WMS/DTOS/otherOutInfoDTO.cs
+++ b/Tiger.Model.Net/Entitys/WMS/DTOS/otherOutInfoDTO.cs
@@ -91,7 +91,7 @@
         /// <summary>
         /// 闇�姹傛暟閲�
         /// </summary>
-        public decimal? PRQTY { get; set; }
+        public double? PRQTY { get; set; }
 
         /// <summary>
         /// 閫佽揣鏃堕棿
@@ -175,7 +175,7 @@
         /// <summary>
         /// 鍑哄簱鏁伴噺
         /// </summary>
-        public decimal? OUTQTY { get; set; }
+        public double? OUTQTY { get; set; }
 
         /// <summary>
         /// 鐗╂枡缂栧彿
@@ -190,7 +190,7 @@
         /// <summary>
         /// 闇�姹傛暟閲�
         /// </summary>
-        public decimal? PRQTY { get; set; }
+        public double? PRQTY { get; set; }
 
         /// <summary>
         /// 鍑哄簱浠撳簱浠g爜
@@ -270,7 +270,7 @@
         /// <summary>
         /// 搴撳瓨鏁伴噺
         /// </summary>
-        public decimal inag009 { get; set; }
+        public double inag009 { get; set; }
 
         /// <summary>
         /// 搴撳瓨鍗曚綅
@@ -507,7 +507,7 @@
         /// <summary>
         /// 鏁伴噺
         /// </summary>
-        public decimal Qty { get; set; }
+        public double Qty { get; set; }
     }
 
     public class ProduceInputDataDTO
@@ -568,7 +568,7 @@
         /// <summary>
         /// 鍏ュ簱鏁伴噺
         /// </summary>
-        public decimal sfeb008 { get; set; }
+        public double sfeb008 { get; set; }
 
         /// <summary>
         /// 搴撲綅

--
Gitblit v1.9.3