From 3ad2a9ea53d9b647ec10c9ece51f40d7f078653a Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期三, 27 十二月 2023 13:36:53 +0800
Subject: [PATCH] 生产入库、委外入库、其他入库、生产领料、委外领料、其他出库、直接调拨扫码上传方法增加递入保管人、验收人、金蝶WISE制单人等

---
 WebAPI/Models/ClsGy_Material_Model.cs |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs
index 889a61a..cb772e8 100644
--- a/WebAPI/Models/ClsGy_Material_Model.cs
+++ b/WebAPI/Models/ClsGy_Material_Model.cs
@@ -39,6 +39,31 @@
         public long HUnitGroupID;
         public long HMaterTypeID;
         public double HPlanPrice;
+        public int HUSEORGID;
+        public int HERPItemID;
+        public int HCREATEORGID;
+        public int HBatchManager;
+        public string HOldMaterNumber;
+        public double HWidth; //骞呭
+        public double HWeight; //鍏嬮噸
+        public string HColorRemark; //鏌撹壊瑕佹眰
+
+        public int HSALEUNITID; //閿�鍞閲忓崟浣�(gy_unit)
+        public int HSALEPRICEUNITID; //閿�鍞浠疯閲忓崟浣�(gy_unit)
+        public int HBASEUNITID; //鍩烘湰璁¢噺鍗曚綅(gy_unit)
+        public int HSTOREUNITID; //搴撳瓨璁¢噺鍗曚綅(gy_unit)
+        public int HCHECKINCOMING; //鏄惁鏉ユ枡妫�楠�
+        public int HCHECKPRODUCT; //鏄惁浜у搧妫�楠�
+        public double HPERUNITSTANDHOUR; //鏍囧噯宸ユ椂
+        public double HSTDLABORPREPARETIME; //鏍囧噯浜哄憳鍑嗗宸ユ椂
+        public double HSTDMACHINEPREPARETIME; //鏍囧噯鏈哄櫒鍑嗗宸ユ椂
+        public string HMaterRuleType; //鐗╂枡鍏紡
+
+        public int HQCSchemeID_Fst;
+        public int HQCSchemeID_Proc;
+        public int HQCSchemeID_Patrol;
+        public string HColorNo;//棰滆壊鑹插彿
+        public double HPieceMaxQty; //鍗曚欢鏈�澶т笂闄�
 
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1