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

---
 WebAPI/Models/ClsSb_EquipDotCheckBillMain.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/ClsSb_EquipDotCheckBillMain.cs b/WebAPI/Models/ClsSb_EquipDotCheckBillMain.cs
index 5ea2dc6..d02bcc2 100644
--- a/WebAPI/Models/ClsSb_EquipDotCheckBillMain.cs
+++ b/WebAPI/Models/ClsSb_EquipDotCheckBillMain.cs
@@ -10,9 +10,18 @@
         public DateTime HBeginDate;
         public DateTime HEndDate;
         public string HPlanNo;
+        public Int64 HPlanInterID;
+        public Int64 HPlanEntryID;
         public string HExplanation;
         public string HInnerBillNo;
         public long HDeptID;//     int	--部门ID
+        public decimal HQty; //数量
+        public Int64 HEquipDotCheckRuleInterID; //点检规程
 
+        public string HLastResult;// 最终结论(OK,NG) 
+        public string HErrNote;// 异常情况记录 
+        public string HBigSafeNote;// 重大安全隐患记录 
+        public Int64 HShiftsID;// 生产班次(Gy_Shifts) 
+        public string HDotCheckNote;// 点检数据
     }
 }

--
Gitblit v1.9.1