文件名从 Service/HStation.Service.Assets.Core/01-entity/13-Kit/AssetsKitPumpMapping.cs 修改 |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [SysType("assets_kit_pump_mapping")] |
| | | [SugarTable("assets_kit_pump_mapping")] |
| | | public class AssetsKitPumpMapping : BaseEntity, System.ICloneable |
| | | [SysType("assets_package_pump_mapping")] |
| | | [SugarTable("assets_package_pump_mapping")] |
| | | public class AssetsPackagePumpMapping : BaseEntity, 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; |