ÎļþÃû´Ó Service/HStation.Service.Assets.Core/02-model/02-ElbowManage/ElbowSeries.cs ÐÞ¸Ä |
| | |
| | | /// éé¨ç³»å |
| | | /// </summary> |
| | | [SysType("assets_elbow_series")] |
| | | public class AssetsElbowSeries : BaseModel, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable |
| | | public class AssetsElbowSeries : BaseModel, IParas, IFlags, ITagName, ISorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | /// </summary> |
| | | public AssetsElbowSeries(AssetsElbowSeries rhs) : base(rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | public void Reset(AssetsElbowSeries rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ç¶çº§idå表 |
| | | /// </summary> |
| | | public List<long> ParentIds { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åç§° |
| | |
| | | public string TagName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 使ç¨ç¶æ |
| | | /// æåºç |
| | | /// </summary> |
| | | public eUseStatus UseStatus { get; set; } |
| | | public int SortCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 说æ |
| | | /// </summary> |
| | | public string Description { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåºç |
| | | /// </summary> |
| | | public int SortCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |