| | |
| | | /// <summary> |
| | | /// 业务站 |
| | | /// </summary> |
| | | [SysType("threelink_main")] |
| | | public class ThreeLinkMain : BaseModel, ISorter, System.ICloneable |
| | | [SysType("assets_threelink_main")] |
| | | public class AssetsThreelinkMain : BaseModel, ISorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public ThreeLinkMain() |
| | | public AssetsThreelinkMain() |
| | | { } |
| | | |
| | | public ThreeLinkMain(ThreeLinkMain rhs) |
| | | public AssetsThreelinkMain(AssetsThreelinkMain rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.SeriesID = rhs.SeriesID; |
| | |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | public void Reset(ThreeLinkMain rhs) |
| | | public void Reset(AssetsThreelinkMain rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.SeriesID = rhs.SeriesID; |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public PumpGroupAndMainMap Clone() |
| | | public AssetsPumpGroupAndMainMap Clone() |
| | | { |
| | | return (PumpGroupAndMainMap)this.MemberwiseClone(); |
| | | return (AssetsPumpGroupAndMainMap)this.MemberwiseClone(); |
| | | } |
| | | |
| | | object ICloneable.Clone() |