From 6ab0870590763e83181a47d0e42039be4287329f Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 14 八月 2025 14:05:57 +0800 Subject: [PATCH] 修改附件 --- Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_EnterpriseType/Dto/FBS_EnterpriseTypeOutput.cs | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_EnterpriseType/Dto/FBS_EnterpriseTypeOutput.cs b/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_EnterpriseType/Dto/FBS_EnterpriseTypeOutput.cs index 2a80b60..54c8a16 100644 --- a/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_EnterpriseType/Dto/FBS_EnterpriseTypeOutput.cs +++ b/Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_EnterpriseType/Dto/FBS_EnterpriseTypeOutput.cs @@ -30,8 +30,12 @@ /// <summary> /// 鐖� /// </summary> - public int ParentId { get; set; } - + public long ParentId { get; set; } + /// <summary> + /// 璇存槑 + /// </summary> + public string? Description { get; set; } + /// <summary> /// 绉熸埛Id /// </summary> @@ -69,7 +73,7 @@ /// <summary> /// 瀛愮被 /// </summary> - public List<FBS_EnterpriseType>? Child { get; set; } + public List<FBS_EnterpriseTypeOutput>? Child { get; set; } } -- Gitblit v1.9.1