From 7dc6a11bd0bd2c209cc84a96d4455365b66d1c98 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期一, 20 十月 2025 09:21:21 +0800
Subject: [PATCH] 1
---
Model/ClsGy_MaterialMouldBillSub.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Model/ClsGy_MaterialMouldBillSub.cs b/Model/ClsGy_MaterialMouldBillSub.cs
index 1729267..ecb63b9 100644
--- a/Model/ClsGy_MaterialMouldBillSub.cs
+++ b/Model/ClsGy_MaterialMouldBillSub.cs
@@ -10,5 +10,8 @@
public Int64 HMouldQty;
public decimal HQty;
public decimal HRate;
+ public string HMouldType; //器具类别
+ public string HMouldPriority; //器具优先级
+ public Int64 HCubicleQty; //占用工位数
}
}
--
Gitblit v1.9.1