From 65f9456123c09934384f9b96264b8ac3f26953fa Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 29 一月 2026 16:13:16 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
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