From ae60d9f94c079f97310e676e8fa10319c0a2c070 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 31 八月 2023 13:44:46 +0800
Subject: [PATCH] 新增涤纶半成品生成条码模块,称重入库条码生成模块数量存入修改
---
WebAPI/Models/ClsGy_Material_Model.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs
index ebf90b3..7271bc3 100644
--- a/WebAPI/Models/ClsGy_Material_Model.cs
+++ b/WebAPI/Models/ClsGy_Material_Model.cs
@@ -44,7 +44,10 @@
public int HCREATEORGID;
public int HBatchManager;
public string HOldMaterNumber;
-
+ public double HWidth; //骞呭
+ public double HWeight; //鍏嬮噸
+ public string HColorRemark; //鏌撹壊瑕佹眰
+
public int HSALEUNITID; //閿�鍞閲忓崟浣�(gy_unit)
public int HSALEPRICEUNITID; //閿�鍞浠疯閲忓崟浣�(gy_unit)
public int HBASEUNITID; //鍩烘湰璁¢噺鍗曚綅(gy_unit)
--
Gitblit v1.9.1