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/Api/ProdReqInput.cs |   34 +++++++---------------------------
 1 files changed, 7 insertions(+), 27 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/WMS/Api/ProdReqInput.cs b/Tiger.Model.Net/Entitys/WMS/Api/ProdReqInput.cs
index 4ccf410..59ef044 100644
--- a/Tiger.Model.Net/Entitys/WMS/Api/ProdReqInput.cs
+++ b/Tiger.Model.Net/Entitys/WMS/Api/ProdReqInput.cs
@@ -22,32 +22,12 @@
         public bool isCutting { get; set; }
         public string SN { get; set; }
         public string ItemCode { get; set; }
-        public decimal Qty { get; set; }
-        public decimal CutQty { get; set; }
+        public double Qty { get; set; }
+        public double CutQty { get; set; }
         public string regionCode { get; set; }
         public string locationCode { get; set; }
         public string ScanAfCut { get; set; }
     }
-
-    public class NoWorkOrderOutput
-    {
-        public int ReqType { get; set; }
-        public string ReqNo { get; set; }
-        public bool isExceed { get; set; }
-        public bool isCutting { get; set; }
-        public string SN { get; set; }
-        public string ItemCode { get; set; }
-        public string MaterialName { get; set; }
-        public decimal Qty { get; set; }
-        public decimal CutQty { get; set; }
-        public string regionCode { get; set; }
-        public string locationCode { get; set; }
-        public string ScanAfCut { get; set; }
-        public string Unit { get; set; }
-        public DateTime DateCode { get; set; }
-
-    }
-
 
     public class ProductionPickToMes
     {
@@ -79,12 +59,12 @@
         public virtual string SupplierCode { get; set; }
         public virtual DateTime DateCode { get; set; }
         public virtual string LotNo { get; set; }
-        public virtual decimal ScanQty { get; set; }
+        public virtual double ScanQty { get; set; }
         public virtual string Unit { get; set; }
         public virtual string CartonNo { get; set; }
         public virtual string PalletNo { get; set; }
-        public virtual decimal TotalScanedQty { get; set; }
-        public virtual decimal DeliveryQty { get; set; }
+        public virtual double TotalScanedQty { get; set; }
+        public virtual double DeliveryQty { get; set; }
     }
 
     public class OutSplitSubmit
@@ -92,7 +72,7 @@
         public string SupplierCode { get; set; }
         public string nSplitSn { get; set; }
         public string nRemainSn { get; set; }
-        //public decimal CutQty { get; set; }
+        //public double CutQty { get; set; }
     }
 
     public class OutSplitInput: BaseInput
@@ -116,7 +96,7 @@
         public string WHCode { get; set; }
         public string LocationCode { get; set; }
         public string SN { get; set; }
-        public decimal QTY { get; set; }
+        public double QTY { get; set; }
     }
 
     public enum ReqType

--
Gitblit v1.9.3