From 9f3ead22a8198d33891a0f8f23faec15dcfc731a Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期五, 25 七月 2025 09:10:11 +0800 Subject: [PATCH] no message --- 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