From dd5ee46ce65024040796301aef1679a4df199c14 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期三, 03 十二月 2025 17:16:09 +0800
Subject: [PATCH] 增加上模单app保存方法和校验方法 增加量具临期预警报表

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