From 65383b35f3b0420ab1d334ef354d4706d54f93f8 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期三, 30 七月 2025 10:47:59 +0800 Subject: [PATCH] no message --- 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