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; } } } }