From 2c41a0addbf4cfaa8ed8b4ec7c9d82b19cf882f9 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 10 九月 2025 16:41:41 +0800
Subject: [PATCH] 添加 停工恢复单 作废/反作废 关闭/反关闭 编辑 删除 API
---
WebAPI/Models/ClsGy_Material_Model.cs | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs
index 341573b..b6c2f2e 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,9 @@
public int HDivisionID; //浜嬩笟閮�
public int HCubicleQty; //宸ヤ綅鏁伴噺
+
+ public string HMaterRuleExternType; // 缇婃瘺鍏紡
+ public string HMaterRuleExternType1; // 姣涘皷鍏紡
+ public string HCircularKnittingMachineCode; //鍦嗘満浠g爜
}
}
\ No newline at end of file
--
Gitblit v1.9.1