From a024f72d26843caaf5e13a1842ec30fe9258160d Mon Sep 17 00:00:00 2001 From: chenhaozhe <cgz@hz-kingdee.com> Date: 星期三, 21 五月 2025 09:18:28 +0800 Subject: [PATCH] feat: 物料 GlsGy_Material_Ctl 新增 根据ID动态修改 方法 ModifyByIDDynamic(Int64 sItemID) 新增 根据ID列表动态修改方法 ModifyByIDListDynamic(string HItemID_List, string paramStr) (未完成) --- WebAPI/Models/ClsGy_Material_Model.cs | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs index 810ded1..7f2c508 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; @@ -56,6 +56,7 @@ public int HSALEPRICEUNITID; //閿�鍞浠疯閲忓崟浣�(gy_unit) public int HBASEUNITID; //鍩烘湰璁¢噺鍗曚綅(gy_unit) public int HSTOREUNITID; //搴撳瓨璁¢噺鍗曚綅(gy_unit) + public int HPOUnitID; //閲囪喘璁¢噺鍗曚綅(gy_unit) public int HCHECKINCOMING; //鏄惁鏉ユ枡妫�楠� public int HAuxPropFlag; public int HCHECKPRODUCT; //鏄惁浜у搧妫�楠� @@ -105,5 +106,10 @@ public double HProfitRate; // 榛樿鍒╂鼎鐜囷紙榛樿0锛� public int HProjectBillMainID; //椤圭洰鍙� + + public double HLotcardQty; //鍗曚釜娴佽浆鍗℃暟閲� + public int HDivisionID; //浜嬩笟閮� + + public int HCubicleQty; //宸ヤ綅鏁伴噺 } } \ No newline at end of file -- Gitblit v1.9.1