From 76ba770ab1b0ac22930e689d8478d8479bcd8a9c Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 19 九月 2024 10:11:29 +0800
Subject: [PATCH] 1

---
 Model/车间管理/ClsGy_WorkBeginDotCheckListBillSub.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/ClsGy_WorkBeginDotCheckListBillSub.cs" "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsGy_WorkBeginDotCheckListBillSub.cs"
index 9d429a3..c895722 100644
--- "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsGy_WorkBeginDotCheckListBillSub.cs"
+++ "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsGy_WorkBeginDotCheckListBillSub.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
 
     }
 }

--
Gitblit v1.9.1