From 7f9be85686afe6ed9ac364e6b3539645b834722d Mon Sep 17 00:00:00 2001 From: wangsheng <123456> Date: 星期二, 30 十一月 2021 16:40:35 +0800 Subject: [PATCH] 修复代理商权限问题 --- web/Model/Model/GwClient.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/web/Model/Model/GwClient.cs b/web/Model/Model/GwClient.cs index 766ee56..4d852fb 100644 --- a/web/Model/Model/GwClient.cs +++ b/web/Model/Model/GwClient.cs @@ -18,6 +18,7 @@ private string _remark; private string _password; + private string _parentId;//涓婄骇ID private Decimal _totalAmount; private Decimal _balance; -- Gitblit v1.9.1