From 682f65042a17e9f2b173937498622397e3d94247 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期四, 16 十月 2025 11:14:51 +0800
Subject: [PATCH] 辅助属性同步
---
WebAPI/Models/ClsGy_Material_Model.cs | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs
index 0d88e4f..eff743f 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;
@@ -109,5 +109,12 @@
public double HLotcardQty; //鍗曚釜娴佽浆鍗℃暟閲�
public int HDivisionID; //浜嬩笟閮�
+
+ public int HCubicleQty; //宸ヤ綅鏁伴噺
+
+ public string HBarCodePrintName;//鏉$爜榛樿鎵撳嵃妯℃澘鍚嶇О
+ public string HMaterRuleExternType; // 缇婃瘺鍏紡
+ public string HMaterRuleExternType1; // 姣涘皷鍏紡
+ public string HCircularKnittingMachineCode; //鍦嗘満浠g爜
}
}
\ No newline at end of file
--
Gitblit v1.9.1