From b9b7ed6ea5b58cf01e4bd83eff21544122b0654e Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 01 八月 2025 16:17:06 +0800 Subject: [PATCH] '更改客户表管理页面' --- Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs b/Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs index 952a56b..a272786 100644 --- a/Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs +++ b/Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs @@ -22,7 +22,7 @@ /// <summary> /// id /// </summary> - [SugarColumn(IsTreeKey = true)] //璁剧疆鍏宠仈瀛楁 + public long Id { get; set; } /// <summary> @@ -44,7 +44,7 @@ /// 瀛愮被 /// </summary> - public List<FBS_EnterpriseType> Child { get; set; } + public List<EnterpriseTypeVM> Child { get; set; } } /// <summary> @@ -99,7 +99,7 @@ /// 娉ㄥ唽璧勯噾锛堝崟浣嶏細涓囧厓 锛� /// </summary> - public decimal RegisteredCapital { get; set; } + public string RegisteredCapital { get; set; } /// <summary> /// 娉曞畾浠h〃浜哄鍚� -- Gitblit v1.9.1