From 08ee1a7b050d480dc28c32b42e4353fb8abf9049 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 02 九月 2024 11:05:31 +0800
Subject: [PATCH] 1

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

diff --git a/WebAPI/Models/CheckItem.cs b/WebAPI/Models/CheckItem.cs
index fadcbf3..628b405 100644
--- a/WebAPI/Models/CheckItem.cs
+++ b/WebAPI/Models/CheckItem.cs
@@ -27,5 +27,17 @@
 
         public string HQCCheckClassName { get; set; }//妫�楠岄」鐩被鍒�
         public string HDefaultResult { get; set; }//榛樿缁撹
+
+        public long HUnitID { get; set; }      //
+        public string HAnalysisMethod { get; set; }      //
+        public string HDefectLevel { get; set; }      //
+        public long HDestructInspect { get; set; }      //
+        public long HKeyInspect { get; set; }      //
+        public long HQualityStdID { get; set; }      //
+        public long HInspectMethodID { get; set; }      //
+        public long HInspectInstruMentID { get; set; }      //
+        public long HInspectBasisID { get; set; }      //
+        public long HSampleSchemeID { get; set; }      //
+        public long HISsystemSet { get; set; }      //
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1