| | |
| | | /// Bimface文件关联 |
| | | /// </summary> |
| | | [SugarTable("bimface_file_relation")] |
| | | public class BimfaceFileRelation : BaseEntity, System.ICloneable, ISorter |
| | | public class BimfaceFileRelation : BaseEntity, ISorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | /// <summary> |
| | | /// 数据类型 |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true)] |
| | | public string ObjectType { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// <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> |
| | |
| | | /// <summary> |
| | | /// 说明 |
| | | /// </summary> |
| | | [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] |
| | | public string Description { get; set; } |
| | | |
| | | /// <summary> |