lixiaojun
2024-11-18 a302d7d16e6bed80511cb49813d16829eb933560
Service/HStation.Service.Assets.Core/02-model/01-Pump/AssetsPumpGroupAndMainMapping.cs
ÎļþÃû´Ó Service/HStation.Service.Assets.Core/02-model/01-PumpMain/PumpGroupAndMainMap.cs ÐÞ¸Ä
@@ -6,48 +6,48 @@
    /// ä¸šåŠ¡ç«™
    /// </summary>
    [SysType("assets_pump_group_main_mapping")]
    public class AssetsPumpGroupAndMainMap : BaseModel, IParas, IFlags, ITagName, System.ICloneable
    public class AssetsPumpGroupAndMainMapping : BaseModel, 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;
        }
        public void Reset(AssetsPumpGroupAndMainMap rhs)
        public void Reset(AssetsPumpGroupAndMainMapping rhs)
        {
            this.ID = rhs.ID;
            this.PumpGroupID = rhs.PumpGroupID;
            this.GroupID = rhs.GroupID;
            this.Paras = rhs.Paras;
            this.PumpMainID = rhs.PumpMainID;
            this.MainID = rhs.MainID;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.Description = rhs.Description;
        }
        /// <summary>
        /// æ³µç»„ID
        /// ç»„ID
        /// </summary>
        public long PumpGroupID { get; set; }
        public long GroupID { get; set; }
        /// <summary>
        /// æ³µåž‹å·ID
        /// åž‹å·ID
        /// </summary>
        public long PumpMainID { get; set; }
        public long MainID { get; set; }
        /// <summary>
        /// å‚æ•°
@@ -72,9 +72,9 @@
        /// <summary>
        ///
        /// </summary>
        public AssetsPumpGroupAndMainMap Clone()
        public AssetsPumpGroupAndMainMapping Clone()
        {
            return (AssetsPumpGroupAndMainMap)this.MemberwiseClone();
            return (AssetsPumpGroupAndMainMapping)this.MemberwiseClone();
        }
        object ICloneable.Clone()