duheng
2024-03-27 dc97e187c607119bbd2945b9a277db8da15f8dc0
Model/IStation.Model.Basic/waterLevel/PumpRunParas.cs
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
@@ -80,6 +81,7 @@
            /// 开机情况
            /// </summary>
            public string Isopen { get; set; }
        }
    }
}