From 202069305a887e2dc42ea2ff526552a2ff7ef8f0 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期一, 13 十月 2025 14:28:04 +0800
Subject: [PATCH] 优化物料同步接口api,增加客户物料对应表api接口
---
WebAPI/Models/ClsGy_Material_Model.cs | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs
index 341573b..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;
@@ -111,5 +111,10 @@
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