From ec4e1f18de717d26b3e510f0d826e8f93e19eefe Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期二, 25 十月 2022 17:03:06 +0800 Subject: [PATCH] 修复客户信息管理 修复文字错误 --- web/Model/Model/GwClient.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/Model/Model/GwClient.cs b/web/Model/Model/GwClient.cs index 4a167aa..75fdb7f 100644 --- a/web/Model/Model/GwClient.cs +++ b/web/Model/Model/GwClient.cs @@ -24,7 +24,7 @@ public string Salt { get; set; } //瀵嗙爜鍔犲瘑鐩� - private string _parentId;//涓婄骇ID + //private string _parentId;//涓婄骇ID //浣滃簾浜� private Decimal _totalAmount; private Decimal _balance; private int _id; @@ -179,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