From 44648729417a911fc1939ea48cda9d06adbef367 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 18 三月 2025 08:56:13 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 WebAPI/Models/Gy_Group.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Models/Gy_Group.cs b/WebAPI/Models/Gy_Group.cs
index e162dd6..09ce187 100644
--- a/WebAPI/Models/Gy_Group.cs
+++ b/WebAPI/Models/Gy_Group.cs
@@ -5,7 +5,7 @@
 
 namespace WebAPI.Models
 {
-    public class Gy_Group
+    public class Gy_Group:DBUtility.ClsGy_Base_Model
     {
         public long HItemID { get; set; }
         public string HNumber { get; set; }       // 浠g爜
@@ -23,6 +23,11 @@
         public int HUSEORGID;
 
         public string HBarCodeForBase { get; set; }
-        
+
+        public string HCompName { get; set; }//鍔冲姟鍗曚綅
+
+        public string HPayMentType { get; set; }//璁颁欢绫诲瀷
+
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1