From 7eb2427db47b9cd9413a3ef51afd34658ed71c3d Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 26 三月 2025 10:58:25 +0800
Subject: [PATCH] 销售核销

---
 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