From d85544a1ec7a6e3c36d84155c7bde4e991a08d08 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期三, 23 十月 2024 16:35:00 +0800
Subject: [PATCH] 1111
---
Model/车间管理/ClsSc_WorkBeginDotCheckBillSub.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_WorkBeginDotCheckBillSub.cs" "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_WorkBeginDotCheckBillSub.cs"
index 7d09993..0e66334 100644
--- "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_WorkBeginDotCheckBillSub.cs"
+++ "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_WorkBeginDotCheckBillSub.cs"
@@ -8,6 +8,8 @@
{
public Int64 HCheckNoteItemID; // int --检查项目 (Gy_CheckNoteItem)
public Int64 HCheckPostID; //int --确认者角色(gy_Post)
+ public string HDotCheckType; //varchar(50) --点检类型
+ public Int64 HRelationID; //int --关联id
public string HCheckResult; // varchar(20) --结果(OK,X)
}
--
Gitblit v1.9.1