From 54fd66c4912f6f104c4100730da9fbaba726b66f Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期五, 31 十月 2025 08:53:21 +0800
Subject: [PATCH] 九零报表控制器
---
WebAPI/Models/基础资料/Gy_Process.cs | 6 ++++++
1 files changed, 6 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 a1a1b3a..297959a 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"
@@ -10,6 +10,7 @@
public long HItemID { get; set; }
public string HNumber { get; set; } // 浠g爜
public string HName { get; set; } //
+ public string HProcType { get; set; } // 宸ュ簭鍒嗙被
public string HHelpCode { get; set; } //鍔╄鐮�
public string HShortNumber { get; set; } //鐭唬鐮�
public bool HEndFlag { get; set; } //鏈骇鏍囧織
@@ -34,6 +35,7 @@
public long HEmpQty { get; set; }
public long HProcID { get; set; }
public int HUSEORGID { get; set; }
+ public int HCREATEORGID { get; set; }
public bool HTProcessFlag { get; set; }
public string HBarCodeForBase { get; set; }
@@ -48,5 +50,9 @@
public int HQCSchemeID_Fst { get; set; }
public int HQCSchemeID_Proc { get; set; }
public int HQCSchemeID_Patrol { get; set; }
+ public string HPayMentType { get; set; }
+ public string HMakeEmp { get; set; }
+ public decimal HStandardWages { get; set; } //鏍囧噯宸ヤ环
+
}
}
\ No newline at end of file
--
Gitblit v1.9.1