From 2f3a9af7fa25b6de8d34ad2fc28664f2396c196b Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 20 八月 2024 10:14:19 +0800 Subject: [PATCH] 引用升级 --- Yw.Service.Bimface.Core/01-entity/BimfaceFileRelation.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Yw.Service.Bimface.Core/01-entity/BimfaceFileRelation.cs b/Yw.Service.Bimface.Core/01-entity/BimfaceFileRelation.cs index d4f4cfe..8f85fc4 100644 --- a/Yw.Service.Bimface.Core/01-entity/BimfaceFileRelation.cs +++ b/Yw.Service.Bimface.Core/01-entity/BimfaceFileRelation.cs @@ -4,7 +4,7 @@ /// Bimface鏂囦欢鍏宠仈 /// </summary> [SugarTable("bimface_file_relation")] - public class BimfaceFileRelation : BaseEntity, System.ICloneable, ISorter + public class BimfaceFileRelation : BaseEntity, ISorter, System.ICloneable { /// <summary> /// @@ -28,6 +28,7 @@ /// <summary> /// 鏁版嵁绫诲瀷 /// </summary> + [SugarColumn(Length = 50, IsNullable = true)] public string ObjectType { get; set; } /// <summary> @@ -43,11 +44,13 @@ /// <summary> /// 鐢ㄩ�� /// </summary> + [SugarColumn(Length = 50, IsNullable = true)] public string Purpose { get; set; } /// <summary> /// 鍐呭 /// </summary> + [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] public string Content { get; set; } /// <summary> @@ -58,6 +61,7 @@ /// <summary> /// 璇存槑 /// </summary> + [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] public string Description { get; set; } /// <summary> -- Gitblit v1.9.3