copy from Service/HStation.Service.Assets.Core/02-model/13-Kit/AssetsKitSeries.cs
copy to Service/HStation.Service.Assets.Core/02-model/01-Pump/AssetsPumpSeriesManufacturerMapping.cs
Îļþ´Ó Service/HStation.Service.Assets.Core/02-model/13-Kit/AssetsKitSeries.cs ¸´ÖÆ |
| | |
| | | namespace HStation.Model |
| | | { |
| | | /// <summary> |
| | | /// éé¨ç³»å |
| | | /// |
| | | /// </summary> |
| | | [SysType("assets_kit_series")] |
| | | public class AssetsKitSeries : BaseModel, IParas, IFlags, ITagName, ISorter, System.ICloneable |
| | | [SysType("assets_pumpseries_manufacturer_mapping")] |
| | | [SugarTable("assets_pumpseries_manufacturer_mapping")] |
| | | public class AssetsPumpSeriesManufacturerMapping : BaseModel, IParas, IFlags, ITagName, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsKitSeries() |
| | | public AssetsPumpSeriesManufacturerMapping() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsKitSeries(AssetsKitSeries rhs) : base(rhs) |
| | | public AssetsPumpSeriesManufacturerMapping(AssetsPumpSeriesManufacturerMapping rhs) : base(rhs) |
| | | { |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.ManufacturerID = rhs.ManufacturerID; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Flags = rhs.Flags; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | public void Reset(AssetsKitSeries rhs) |
| | | public void Reset(AssetsPumpSeriesManufacturerMapping rhs) |
| | | { |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.Name = rhs.Name; |
| | | this.ID = rhs.ID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.ManufacturerID = rhs.ManufacturerID; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Flags = rhs.Flags; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ç¶çº§idå表ï¼çæ¬æ§å¶ï¼ |
| | | /// ç³»åID |
| | | /// </summary> |
| | | public List<long> ParentIds { get; set; } |
| | | public long SeriesID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åç§° |
| | | /// ååID |
| | | /// </summary> |
| | | public string Name { get; set; } |
| | | public long ManufacturerID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åæ° |
| | |
| | | /// æ å¿ |
| | | /// </summary> |
| | | public string TagName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåºç |
| | | /// </summary> |
| | | public int SortCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 说æ |