From 933b4c4480563a22bf312ebc24161ea7270caf29 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期四, 14 八月 2025 14:08:54 +0800
Subject: [PATCH] 修正阿里云 oss上传逻辑

---
 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