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 | 4 ++-- 1 files changed, 2 insertions(+), 2 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 2e8e66a..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> -- Gitblit v1.9.1