From 067596ed46c962ce38d90a3ed33e9c55f184225c Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期二, 03 六月 2025 11:16:30 +0800 Subject: [PATCH] 器具主档:删除时判断是否已经审核,若已经审核则删除失败 --- 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