From 5f219d3dae8b45e39a6b76e4454c4a3f68e6a532 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期一, 29 一月 2024 14:58:42 +0800
Subject: [PATCH] 工资结算单(个人)、工资结算单(集体)、工资结算单(其他)、定额申请单、异常工时申请单模块审核/反审核时增加审核/反审核前、后控制

---
 WebAPI/Models/Gy_Mould.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/Gy_Mould.cs b/WebAPI/Models/Gy_Mould.cs
index 7dd6a0e..34ebf45 100644
--- a/WebAPI/Models/Gy_Mould.cs
+++ b/WebAPI/Models/Gy_Mould.cs
@@ -63,6 +63,7 @@
         public int HMouldDotCheckRuleInterID { get; set; }
         public int HNowSupID { get; set; }
         public int HNowSupTypeID { get; set; }
+        public int HMadeSupID { get; set; }
 
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1