From 1ca92c5e87ac0e4c875df344d2331df4b4caa5c7 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期一, 30 十二月 2024 09:28:43 +0800
Subject: [PATCH] 报工台按钮动态化

---
 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