lixiaojun
2024-07-11 da1c001309ed262c55514633490ab8c1b8f68916
Yw.Service.Bimface.Core/01-entity/BimfaceFileLabel.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>