From eaaa0a4936fb65fde3dd51db7d78cecb4f3cd9b2 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期三, 02 十一月 2022 09:29:15 +0800 Subject: [PATCH] 修复创建新账号,关联产品下拉选择框无法使用 --- web/Model/Model/GwClient.cs | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/web/Model/Model/GwClient.cs b/web/Model/Model/GwClient.cs index 3452ccb..75fdb7f 100644 --- a/web/Model/Model/GwClient.cs +++ b/web/Model/Model/GwClient.cs @@ -21,9 +21,10 @@ private string _company; private string _remark; private string _password; + public string Salt { get; set; } //瀵嗙爜鍔犲瘑鐩� - private string _parentId;//涓婄骇ID + //private string _parentId;//涓婄骇ID //浣滃簾浜� private Decimal _totalAmount; private Decimal _balance; private int _id; @@ -178,11 +179,11 @@ } } - public string ParentId - { - get { return this._parentId; } - set { this._parentId = value; } - } + //public string ParentId + //{ + // get { return this._parentId; } + // set { this._parentId = value; } + //} public Decimal TotalAmount { -- Gitblit v1.9.1