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>