From e9c383fe6a79fab1ef58107bda1b88808b5ad00c Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期二, 05 八月 2025 09:30:27 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Models/ClsGy_Maintain.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/ClsGy_Maintain.cs b/WebAPI/Models/ClsGy_Maintain.cs index 1c1a356..93067cd 100644 --- a/WebAPI/Models/ClsGy_Maintain.cs +++ b/WebAPI/Models/ClsGy_Maintain.cs @@ -14,9 +14,14 @@ public string HShortNumber; //鐭唬鐮� public int HParentID=0; //鐖剁骇 public int HLevel; //绛夌骇 + public int HMaintainClassID; + public int HUSEORGID; + public int HCREATEORGID; public bool HEndFlag; //鏈骇鏍囧織 public bool HStopflag; //绂佺敤鏍囧織 public string HRemark; //澶囨敞 + public string HMakeEmp; + public string HMaintainType; public string HUseFlag = "鏈娇鐢�"; -- Gitblit v1.9.1