From 071df7de41f3b3951feae4c94fc90614fb2af76c Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期四, 15 五月 2025 16:00:18 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- 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