From a35111e0cb488081b910c253e25f7b240c92c9bd Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 27 六月 2024 11:06:52 +0800
Subject: [PATCH] 基础资料-角色:增加复制功能
---
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