From 1e5c4412216cdba315ab37ebc8e85644f39a7df1 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 11 七月 2025 16:50:02 +0800
Subject: [PATCH] PDA校验扫描物料条码方法修改,增加校验模块免扫物料条码系统参数
---
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