From 621572997a86a8337a13e51a72704c73b347c91d Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 18 十一月 2025 09:16:52 +0800
Subject: [PATCH] 添康功能调整,物料同步插件新增箱规字段

---
 WebAPI/Models/ClsGy_Material_Model.cs |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs
index 8aad191..37cdef5 100644
--- a/WebAPI/Models/ClsGy_Material_Model.cs
+++ b/WebAPI/Models/ClsGy_Material_Model.cs
@@ -39,9 +39,9 @@
         public long HUnitGroupID;
         public long HMaterTypeID;
         public double HPlanPrice;
-        public int HUSEORGID;
+        //public int HUSEORGID;
         public int HERPItemID;
-        public int HCREATEORGID;
+       // public int HCREATEORGID;
         public int HPlanMode;
         public int HBatchManager;
         public string HOldMaterNumber;
@@ -56,6 +56,7 @@
         public int HSALEPRICEUNITID; //閿�鍞浠疯閲忓崟浣�(gy_unit)
         public int HBASEUNITID; //鍩烘湰璁¢噺鍗曚綅(gy_unit)
         public int HSTOREUNITID; //搴撳瓨璁¢噺鍗曚綅(gy_unit)
+        public int HPOUnitID;       //閲囪喘璁¢噺鍗曚綅(gy_unit)
         public int HCHECKINCOMING; //鏄惁鏉ユ枡妫�楠�
         public int HAuxPropFlag;  
         public int HCHECKPRODUCT; //鏄惁浜у搧妫�楠�
@@ -72,6 +73,9 @@
         public int HQCSchemeID_Fst;
         public int HQCSchemeID_Proc;
         public int HQCSchemeID_Patrol;
+        public int HQCSchemeID_POStockIn;
+        public int HQCSchemeID_LastPiece;
+        public int HQCSchemeID_OutComp;
         public string HColorNo;//棰滆壊鑹插彿
         public double HPieceMaxQty; //鍗曚欢鏈�澶т笂闄�
 
@@ -105,6 +109,18 @@
 
         public double HProfitRate; // 榛樿鍒╂鼎鐜囷紙榛樿0锛�
         public int HProjectBillMainID; //椤圭洰鍙�
+
+        public double HLotcardQty; //鍗曚釜娴佽浆鍗℃暟閲�
         public int HDivisionID; //浜嬩笟閮�
+
+        public int HCubicleQty; //宸ヤ綅鏁伴噺
+
+        public string HBarCodePrintName;//鏉$爜榛樿鎵撳嵃妯℃澘鍚嶇О
+        public string HMaterRuleExternType; // 缇婃瘺鍏紡
+        public string HMaterRuleExternType1; // 姣涘皷鍏紡
+        public string HCircularKnittingMachineCode; //鍦嗘満浠g爜
+
+        public int HMinPOQty;//绠辫
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1