From d291af0ea6fbda27a326d19a6a51d99c1cedff59 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 09 八月 2024 15:49:05 +0800
Subject: [PATCH] 直接调拨核对模块,扫源单方法增加私有云模式时通过WEBAPI重新同步单据功能;领料出库核对模块,扫物料条码调用方法修改,增加系统参数判断,安瑞先解析条码;新增设备维修记录报表调用方法

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

diff --git a/WebAPI/Models/Gy_Group.cs b/WebAPI/Models/Gy_Group.cs
index 7f3f1ea..f9652d8 100644
--- a/WebAPI/Models/Gy_Group.cs
+++ b/WebAPI/Models/Gy_Group.cs
@@ -12,16 +12,20 @@
         public string HName { get; set; }         //  
         public string HHelpCode { get; set; }      //鍔╄鐮�
         public string HShortNumber { get; set; }   //鐭唬鐮�
-        public string HEndFlag { get; set; }      //鏈骇鏍囧織
-        public string HStopflag { get; set; }     //绂佺敤鏍囧織
+        public bool HEndFlag { get; set; }      //鏈骇鏍囧織
+        public bool HStopflag { get; set; }     //绂佺敤鏍囧織
         public string HRemark { get; set; }       //澶囨敞
         public string HUseFlag { get; set; }      //浣跨敤鏍囧織
         public long HParentID { get; set; }      //鐖剁骇ID
         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