From 3202777c4522934625d739007adf3d96ed1f55c6 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期三, 07 九月 2022 13:25:32 +0800
Subject: [PATCH] 批量汇报 工序流转卡列表新增器具清单信息
---
WebAPI/Models/Gy_Group.cs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/WebAPI/Models/Gy_Group.cs b/WebAPI/Models/Gy_Group.cs
index 7f3f1ea..e162dd6 100644
--- a/WebAPI/Models/Gy_Group.cs
+++ b/WebAPI/Models/Gy_Group.cs
@@ -12,14 +12,15 @@
public string HName { get; set; } //
public string HHelpCode { get; set; } //鍔╄鐮�
public string HShortNumber { get; set; } //鐭唬鐮�
- public string HEndFlag { get; set; } //鏈骇鏍囧織
- public string HStopflag { get; set; } //绂佺敤鏍囧織
+ public bool HEndFlag { get; set; } //鏈骇鏍囧織
+ public bool HStopflag { get; set; } //绂佺敤鏍囧織
public string HRemark { get; set; } //澶囨敞
public string HUseFlag { get; set; } //浣跨敤鏍囧織
public long HParentID { get; set; } //鐖剁骇ID
public long HDeptID { get; set; }
public long HEmpQty { get; set; }
public long HProcID { get; set; }
+ public int HUSEORGID;
public string HBarCodeForBase { get; set; }
--
Gitblit v1.9.1