using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Calculation.DispatchAna.Model { /// /// /// public class MachineRunPara { /// /// 开泵数量 /// public int? RunPumpCount { get; set; } /// /// 开泵组合 /// public List MachineRunFilter { get; set; } } }