| | |
| | | /// <summary> |
| | | /// 业务站 |
| | | /// </summary> |
| | | [SysType("xhs-projectitembimface")] |
| | | [SugarTable("xhs_projectitembimface")] |
| | | [SysType("xhs-projectitemmodel")] |
| | | [SugarTable("xhs_projectitemmodel")] |
| | | public class XhsProjectItemModel : BaseEntity, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public XhsProjectItemModel() { } |
| | | public XhsProjectItemModel() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public XhsProjectItemModel(XhsProjectItemModel rhs) : base(rhs) |
| | | { |
| | |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 项目ID |
| | | /// </summary> |
| | | public long ProjectID { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 在BIMFACE中的ID |
| | | /// </summary> |
| | | public string BimfaceID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | | /// </summary> |
| | | /// </summary> |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public int Version { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public XhsProjectItemModel Clone() |
| | | { |
| | |
| | | return this.MemberwiseClone(); |
| | | } |
| | | } |
| | | |
| | | } |