From ed76eb5fe78b4f5d7d9b9bfba47a01faa1d44a07 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 13 八月 2025 13:47:58 +0800 Subject: [PATCH] 一些修改 --- Admin.NET/FZCZTB.NET.MD/ConfigMd/FBS_EnterpriseType.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Admin.NET/FZCZTB.NET.MD/ConfigMd/FBS_EnterpriseType.cs b/Admin.NET/FZCZTB.NET.MD/ConfigMd/FBS_EnterpriseType.cs index 5754d57..b928eae 100644 --- a/Admin.NET/FZCZTB.NET.MD/ConfigMd/FBS_EnterpriseType.cs +++ b/Admin.NET/FZCZTB.NET.MD/ConfigMd/FBS_EnterpriseType.cs @@ -37,6 +37,12 @@ /// </summary> [SugarColumn(ColumnDescription = "鐖�")] public long ParentId { get; set; }//鐖剁骇瀛楁 + + /// <summary> + /// 璇存槑 + /// </summary> + [SugarColumn(ColumnDescription = "璇存槑",Length =512)] + public string? Description { get; set; } /// <summary> /// 瀛愮被 /// </summary> -- Gitblit v1.9.1