From ba0678df9d8528e28a8a8519c8333499b2f91cc7 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期三, 24 十二月 2025 16:48:14 +0800
Subject: [PATCH] 修复钉钉调用接口生成金蝶采购订单,生成mes器具档案

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

diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs
index ec4d281..8198210 100644
--- a/WebAPI/Models/ClsGy_Material_Model.cs
+++ b/WebAPI/Models/ClsGy_Material_Model.cs
@@ -73,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; //鍗曚欢鏈�澶т笂闄�
 
@@ -112,10 +115,13 @@
 
         public int HCubicleQty; //宸ヤ綅鏁伴噺
 
-        public string HMaterRuleExternType;
         public string HBarCodePrintName;//鏉$爜榛樿鎵撳嵃妯℃澘鍚嶇О
         public string HMaterRuleExternType; // 缇婃瘺鍏紡
         public string HMaterRuleExternType1; // 姣涘皷鍏紡
         public string HCircularKnittingMachineCode; //鍦嗘満浠g爜
+
+        public int HMinPOQty;//绠辫
+        public int HMaxPOQty;//鎵樿
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1