From 8e55450074db98dd91318cae7fd2f0b4cb194448 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 29 一月 2026 15:40:22 +0800
Subject: [PATCH] 新增 模具 设备 故障登记跟踪(待派工、待维修、待验收)
---
WebAPI/Models/ClsGy_Material_Model.cs | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs
index 37cdef5..a4164c2 100644
--- a/WebAPI/Models/ClsGy_Material_Model.cs
+++ b/WebAPI/Models/ClsGy_Material_Model.cs
@@ -50,6 +50,7 @@
public double HHeight;
public double HJQty;
public double HWeight; //鍏嬮噸
+ public double HNetWeight; //鍏嬮噸
public string HColorRemark; //鏌撹壊瑕佹眰
public int HSALEUNITID; //閿�鍞閲忓崟浣�(gy_unit)
@@ -119,8 +120,13 @@
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