文件名从 Service/HStation.Service.Assets.Core/01-entity/01-PumpMain/PumpGroupAndMainMap.cs 修改 |
| | |
| | | /// </summary> |
| | | [SysType("assets_pump_group_main_mapping")] |
| | | [SugarTable("assets_pump_group_main_mapping")] |
| | | public class AssetsPumpGroupAndMainMap : BaseEntity, IParas, IFlags, ITagName, System.ICloneable |
| | | public class AssetsPumpGroupAndMainMapping : BaseEntity, IParas, IFlags, ITagName, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsPumpGroupAndMainMap() |
| | | public AssetsPumpGroupAndMainMapping() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsPumpGroupAndMainMap(AssetsPumpGroupAndMainMap rhs) : base(rhs) |
| | | public AssetsPumpGroupAndMainMapping(AssetsPumpGroupAndMainMapping rhs) : base(rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.PumpGroupID = rhs.PumpGroupID; |
| | | this.GroupID = rhs.GroupID; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.PumpMainID = rhs.PumpMainID; |
| | | this.MainID = rhs.MainID; |
| | | this.TagName = rhs.TagName; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 娉电粍ID |
| | | /// 缁処D |
| | | /// </summary> |
| | | public long PumpGroupID { get; set; } |
| | | public long GroupID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 娉靛瀷鍙稩D |
| | | /// 鍨嬪彿ID |
| | | /// </summary> |
| | | public long PumpMainID { get; set; } |
| | | public long MainID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鍙傛暟 |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsPumpGroupAndMainMap Clone() |
| | | public AssetsPumpGroupAndMainMapping Clone() |
| | | { |
| | | return (AssetsPumpGroupAndMainMap)this.MemberwiseClone(); |
| | | return (AssetsPumpGroupAndMainMapping)this.MemberwiseClone(); |
| | | } |
| | | |
| | | object ICloneable.Clone() |