lixiaojun
2024-08-20 2f3a9af7fa25b6de8d34ad2fc28664f2396c196b
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>