文件名从 Service/HStation.Service.Assets.Core/02-model/13-Kit/AssetsKitPumpMapping.cs 修改 |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [SysType("assets_kit_pump_mapping")] |
| | | public class AssetsKitPumpMapping : BaseModel, System.ICloneable |
| | | [SysType("assets_package_pump_mapping")] |
| | | public class AssetsPackagePumpMapping : BaseModel, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsKitPumpMapping() |
| | | public AssetsPackagePumpMapping() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsKitPumpMapping(AssetsKitPumpMapping rhs) : base(rhs) |
| | | public AssetsPackagePumpMapping(AssetsPackagePumpMapping rhs) : base(rhs) |
| | | { |
| | | this.PumpMainID = rhs.PumpMainID; |
| | | this.EquipmentMainID = rhs.EquipmentMainID; |
| | | this.PumpOtherName = rhs.PumpOtherName; |
| | | } |
| | | |
| | | public void Reset(AssetsKitPumpMapping rhs) |
| | | public void Reset(AssetsPackagePumpMapping rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.PumpMainID = rhs.PumpMainID; |