From c4c02944532a9bfda6de9a0cd85a9dfa631ed003 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期六, 17 五月 2025 15:28:19 +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