| | |
| | | /// <summary> |
| | | /// 泵属性值 |
| | | /// </summary> |
| | | [SysType("pump_prop_content")] |
| | | [SugarTable("pump_prop_content")] |
| | | public class PumpPropContent : BaseEntity, System.ICloneable |
| | | [SysType("assets_pump_part_prop_content")] |
| | | [SugarTable("assets_pump_part_prop_content")] |
| | | public class AssetsPumpPropContent : BaseEntity, System.ICloneable |
| | | { |
| | | public PumpPropContent() |
| | | public AssetsPumpPropContent() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// 泵系列ID |
| | | /// </summary> |
| | | public long SeriesID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 泵型号ID |
| | | /// </summary> |
| | | public long MainID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 泵产品ID |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public PumpMain Clone() |
| | | public AssetsPumpMain Clone() |
| | | { |
| | | return (PumpMain)this.MemberwiseClone(); |
| | | return (AssetsPumpMain)this.MemberwiseClone(); |
| | | } |
| | | |
| | | object ICloneable.Clone() |