ningshuxia
2023-02-06 1fc0b4ed96d4c4b1ff7142926239998de32b2ada
Model/IStation.Model.Product/pump_curve/pump_curve_mapping/PumpCurveExMapping.cs
@@ -14,8 +14,8 @@
         
        public PumpCurveExMapping(PumpCurve rhs, PumpCurveMapping mapping) : base(rhs)
        {
            this.MappingID = mapping.Id;
            this.PumpID = mapping.PumpId;
            this.MappingId = mapping.Id;
            this.PumpId = mapping.PumpId;
            this.OtherName = mapping.OtherName;
            this.SortCode = mapping.SortCode;
            this.IsWorking = mapping.IsWorking;
@@ -24,12 +24,12 @@
        /// <summary>
        /// 映射标识
        /// </summary>   
        public long MappingID { get; set; }
        public long MappingId { get; set; }
        /// <summary>
        /// 泵标识
        /// </summary>   
        public long PumpID { get; set; }
        public long PumpId { get; set; }
        /// <summary>
        /// 别名