From 0a7beb214741d32d8ee7700a354ec5dfbe9ff29e Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期四, 25 十二月 2025 11:33:44 +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 341573b..5288163 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;
@@ -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; //鍗曚欢鏈�澶т笂闄�
@@ -111,5 +114,18 @@
public int HDivisionID; //浜嬩笟閮�
public int HCubicleQty; //宸ヤ綅鏁伴噺
+
+ public string HBarCodePrintName;//鏉$爜榛樿鎵撳嵃妯℃澘鍚嶇О
+ public string HMaterRuleExternType; // 缇婃瘺鍏紡
+ public string HMaterRuleExternType1; // 姣涘皷鍏紡
+ public string HCircularKnittingMachineCode; //鍦嗘満浠g爜
+ //灏忓崼鑷畾涔�
+ public int HMinPOQty;//绠辫
+ public int HMaxPOQty;//鎵樿
+ public string HMaterColor;//鎵樿
+ public string HMidBoxSize;//鎵樿
+ public string HVolume;//鎵樿
+
+
}
}
\ No newline at end of file
--
Gitblit v1.9.1