From 97e4a58f895c8b020f7dcd736fd608000b6db18b Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 12 七月 2024 16:58:27 +0800
Subject: [PATCH] 新增网页版单位换算列表所需调用方法

---
 WebAPI/Models/Gy_Group.cs |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Models/Gy_Group.cs b/WebAPI/Models/Gy_Group.cs
index aa605d9..f9652d8 100644
--- a/WebAPI/Models/Gy_Group.cs
+++ b/WebAPI/Models/Gy_Group.cs
@@ -20,8 +20,12 @@
         public long HDeptID { get; set; }
         public long HEmpQty { get; set; }
         public long HProcID { get; set; }
+        public int HUSEORGID;
 
         public string HBarCodeForBase { get; set; }
-        
+
+        public string HCompName { get; set; }//鍔冲姟鍗曚綅
+
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1