From 730cbe8b62133097369b9768ef30aa490551063d Mon Sep 17 00:00:00 2001 From: yzh <snbbt@21cn.com> Date: 星期一, 23 五月 2022 01:04:44 +0800 Subject: [PATCH] 客户操作权限数据隔离 --- web/web/GwProduct.aspx.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/web/web/GwProduct.aspx.cs b/web/web/GwProduct.aspx.cs index b0c391a..2fdda61 100644 --- a/web/web/GwProduct.aspx.cs +++ b/web/web/GwProduct.aspx.cs @@ -9,6 +9,10 @@ using System.Web.Profile; using System.Web.SessionState; +/** + * 浜у搧绠$悊 + * + */ public partial class _GwProduct : PageBase<SysUser>, IRequiresSessionState { protected List<GwProduct> GwProductList; -- Gitblit v1.9.1