ÎļþÃû´Ó Service/HStation.Service.Assets.Core/02-model/01-PumpMain/PumpType.cs ÐÞ¸Ä |
| | |
| | | public AssetsPumpType(AssetsPumpType rhs) : base(rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.Name = rhs.Name; |
| | | this.Description = rhs.Description; |
| | | this.BelongTypeID = rhs.BelongTypeID; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | public void Reset(AssetsPumpType rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.Name = rhs.Name; |
| | | this.Description = rhs.Description; |
| | | this.BelongTypeID = rhs.BelongTypeID; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æå±ç±»åID |
| | | /// ç¶çº§idå表ï¼çæ¬æ§å¶ï¼ |
| | | /// </summary> |
| | | public long BelongTypeID { get; set; } |
| | | [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] |
| | | public List<long> ParentIds { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåºç |