duheng
2024-10-12 6bb95cbad24b777b80be5e4f7699f004513bdf8e
WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/00-ViewModel/CurrentPumpPartMainViewModel.cs
@@ -9,6 +9,7 @@
        public CurrentPartMainViewModel(Vmo.AssetsPumpPartMainVmo rhs) : base()
        {
            this.ID = rhs.ID;
           this.PartID=rhs.PartID;
            this.Name = rhs.Name;
            this.NO = rhs.NO;
            this.Code = rhs.Code;
@@ -21,6 +22,7 @@
            this.Name = rhs.Name;
            this.NO = rhs.NO;
            this.Code = rhs.Code;
            this.PartID = rhs.PartID;
            this.SeriesID = rhs.SeriesID;
        }
@@ -29,6 +31,11 @@
        /// </summary>
        public long ID { get; set; }
        /// <summary>
        /// 泵设备ID
        /// </summary>
        public long PartID { get; set; }
        /// <summary>
        /// 泵系列ID
        /// </summary>