From 2fa45c3a43e907ad22dcfada5be88c0f31115e31 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期四, 07 九月 2023 11:10:02 +0800 Subject: [PATCH] 工作任务单:增加项目内码字段 工作任务单:记录源单信息 --- WebAPI/Models/基础资料/Gy_Process.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git "a/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Process.cs" "b/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Process.cs" index 44a6c82..a1a1b3a 100644 --- "a/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Process.cs" +++ "b/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Process.cs" @@ -45,5 +45,8 @@ public long HWWBadWHID { get; set; } public long HWWWasterWHID { get; set; } public long HWHID { get; set; } + public int HQCSchemeID_Fst { get; set; } + public int HQCSchemeID_Proc { get; set; } + public int HQCSchemeID_Patrol { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1