From da1c001309ed262c55514633490ab8c1b8f68916 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 11 七月 2024 11:30:46 +0800
Subject: [PATCH] 新增bll

---
 Yw.Service.Bimface.Core/01-entity/BimfaceFileRelationLabel.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Yw.Service.Bimface.Core/01-entity/BimfaceFileRelationLabel.cs b/Yw.Service.Bimface.Core/01-entity/BimfaceFileRelationLabel.cs
index 60fb281..6d754e3 100644
--- a/Yw.Service.Bimface.Core/01-entity/BimfaceFileRelationLabel.cs
+++ b/Yw.Service.Bimface.Core/01-entity/BimfaceFileRelationLabel.cs
@@ -30,11 +30,13 @@
         /// <summary>
         /// 鍒嗙被
         /// </summary>
+        [SugarColumn(Length = 100, IsNullable = true)]
         public string Catagory { get; set; }
 
         /// <summary>
         /// 鍐呭
         /// </summary>
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
         public string Content { get; set; }
 
         /// <summary>

--
Gitblit v1.9.3