From 4176d3b696a2bcf44829b5b646f5b678b8877c23 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 04 八月 2025 14:00:10 +0800 Subject: [PATCH] 'ts报红 --- 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