| | |
| | | /// <summary> |
| | | /// 业务站 |
| | | /// </summary> |
| | | [SysType("user_defined")] |
| | | public class UserDefined : BaseModel, ISorter, System.ICloneable |
| | | [SysType("assets_userdefined")] |
| | | public class AssetsUserDefined : BaseModel, ISorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public UserDefined() |
| | | public AssetsUserDefined() |
| | | { } |
| | | |
| | | public UserDefined(UserDefined rhs) |
| | | public AssetsUserDefined(AssetsUserDefined rhs) |
| | | { |
| | | this.AdaptingType = rhs.AdaptingType; |
| | | this.Coefficient = rhs.Coefficient; |
| | |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | public void Reset(UserDefined rhs) |
| | | public void Reset(AssetsUserDefined rhs) |
| | | { |
| | | this.AdaptingType = rhs.AdaptingType; |
| | | this.Coefficient = rhs.Coefficient; |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public PumpGroupAndMainMap Clone() |
| | | public AssetsPumpGroupAndMainMap Clone() |
| | | { |
| | | return (PumpGroupAndMainMap)this.MemberwiseClone(); |
| | | return (AssetsPumpGroupAndMainMap)this.MemberwiseClone(); |
| | | } |
| | | |
| | | object ICloneable.Clone() |