From eb0ad83719de660e5c4f7676aea4710625b6bd51 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期四, 19 十二月 2024 21:55:43 +0800
Subject: [PATCH] WMS增加标准上下架功能事务

---
 Tiger.Model.Net/Entitys/WMS/Api/ProdReqInput.cs |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/WMS/Api/ProdReqInput.cs b/Tiger.Model.Net/Entitys/WMS/Api/ProdReqInput.cs
index 4ccf410..542b291 100644
--- a/Tiger.Model.Net/Entitys/WMS/Api/ProdReqInput.cs
+++ b/Tiger.Model.Net/Entitys/WMS/Api/ProdReqInput.cs
@@ -29,26 +29,6 @@
         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
     {
         public string qrcode { get; set; }

--
Gitblit v1.9.3