From 652d6cd77410e2378da2dc9a7d5eb1b63eb1cc5b Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 14 三月 2025 16:00:29 +0800 Subject: [PATCH] 采购订单查询:使用者为乔一公司时,根据采购经理权限判断是否只能查看用户绑定职员对应的订单 功能取消 --- WebAPI/Models/Gy_Group.cs | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/WebAPI/Models/Gy_Group.cs b/WebAPI/Models/Gy_Group.cs index 7f3f1ea..22e4f7d 100644 --- a/WebAPI/Models/Gy_Group.cs +++ b/WebAPI/Models/Gy_Group.cs @@ -12,16 +12,22 @@ 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; }//鍔冲姟鍗曚綅 + + public string HPayMentType { get; set; }//璁颁欢绫诲瀷 + + } } \ No newline at end of file -- Gitblit v1.9.1