ÎļþÃû´Ó Service/HStation.Service.Assets.Core/01-entity/01-PumpMain/PumpSeries.cs ÐÞ¸Ä |
| | |
| | | /// </summary> |
| | | public AssetsPumpSeries(AssetsPumpSeries rhs) : base(rhs) |
| | | { |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.Name = rhs.Name; |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.Paras = rhs.Paras; |
| | |
| | | /// æå±ç±»å«ID |
| | | /// </summary> |
| | | public long CatalogID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¶çº§idå表ï¼çæ¬æ§å¶ï¼ |
| | | /// </summary> |
| | | [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] |
| | | public string ParentIds { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç³»åç±»å |
| | | /// </summary> |
| | | public ePumpType SeriesType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åç§° |