From 95255ca3442f07dee956391309b4f7b8001fc599 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 25 九月 2023 09:19:32 +0800
Subject: [PATCH] 审核,关闭,作废功能,作业指导书

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

diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs
index 889a61a..afabbda 100644
--- a/WebAPI/Models/ClsGy_Material_Model.cs
+++ b/WebAPI/Models/ClsGy_Material_Model.cs
@@ -39,6 +39,27 @@
         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 int HQCSchemeID_Fst;
+        public int HQCSchemeID_Proc;
+        public int HQCSchemeID_Patrol;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1