duheng
2024-11-17 a2a57963e160a319276c5c8499f16c9809056e4c
Dto/HStation.Dto.Assets.Core/00-Pump/07-PumpMainAndPartMap/AddPumpMainAndPartMapDto.cs
文件名从 Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/07-PumpMainAndPartMap/AddPumpMainAndPartMapDto.cs 修改
@@ -10,11 +10,11 @@
        /// <summary>
        /// 娉靛瀷鍙稩D
        /// </summary>
        public long PumpID { get; set; }
        public long MainID { get; set; }
        /// <summary>
        /// 娉典骇鍝両D
        /// </summary>
        public long PumpPartID { get; set; }
        public long PartID { get; set; }
    }
}