namespace HStation.WinFrmUI { public class SetHydroCalcuPrefixViewModel { /// /// 水箱计算列表 /// public List WaterboxCalcuPrefixList{ get; set; } /// /// 泵计算列表 /// public List PumpCalcuPrefixList { get; set; } /// /// 喷头计算列表 /// public List NozzleCalcuPrefixList { get; set; } } }