From 83ce7da7a744897443a0a6cb860a9a89e4c970ee Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 30 十二月 2025 10:31:07 +0800
Subject: [PATCH] 修复报废单生成其他出库单
---
WebAPI/Models/ClsGy_Material_Model.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs
index 5288163..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)
--
Gitblit v1.9.1