From f210a0e0fc0552bfacb2489de099bd512b8e74e7 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 05 十一月 2025 09:03:39 +0800
Subject: [PATCH] 提交
---
Admin.NET/FZCZTB.Net.CustomerSYSTem/Service/FBS_EnterpriseType/Dto/FBS_EnterpriseTypeOutput.cs | 22 ++++++++++++++++------
1 files changed, 16 insertions(+), 6 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 a4c88cc..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
@@ -3,6 +3,7 @@
// 鏈」鐩富瑕侀伒寰� MIT 璁稿彲璇佸拰 Apache 璁稿彲璇侊紙鐗堟湰 2.0锛夎繘琛屽垎鍙戝拰浣跨敤銆傝鍙瘉浣嶄簬婧愪唬鐮佹爲鏍圭洰褰曚腑鐨� LICENSE-MIT 鍜� LICENSE-APACHE 鏂囦欢銆�
//
// 涓嶅緱鍒╃敤鏈」鐩粠浜嬪嵄瀹冲浗瀹跺畨鍏ㄣ�佹壈涔辩ぞ浼氱З搴忋�佷镜鐘粬浜哄悎娉曟潈鐩婄瓑娉曞緥娉曡绂佹鐨勬椿鍔紒浠讳綍鍩轰簬鏈」鐩簩娆″紑鍙戣�屼骇鐢熺殑涓�鍒囨硶寰嬬籂绾峰拰璐d换锛屾垜浠笉鎵挎媴浠讳綍璐d换锛�
+using FZCZTB.NET.MD.ConfigMd;
using Magicodes.ExporterAndImporter.Core;
namespace FZCZTB.Net.CustomerSYSTem;
@@ -29,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>
@@ -59,13 +64,18 @@
/// <summary>
/// 淇敼鑰匢d
/// </summary>
- public long? UpdateUserId { get; set; }
-
+ public long? UpdateUserId { get; set; }
+
/// <summary>
/// 淇敼鑰呭鍚�
/// </summary>
- public string? UpdateUserName { get; set; }
-
+ public string? UpdateUserName { get; set; }
+ /// <summary>
+ /// 瀛愮被
+ /// </summary>
+ public List<FBS_EnterpriseTypeOutput>? Child { get; set; }
+
+
}
/// <summary>
--
Gitblit v1.9.1