From 2609bffee3a8de0d1e08b1b2c3fa3cfe13064f4e Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 24 三月 2025 11:40:14 +0800
Subject: [PATCH] 1
---
 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 925ed86..5b9dc1a 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"
@@ -34,6 +34,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; }
@@ -49,6 +50,8 @@
         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