using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// 水厂结果 /// public class DispatchFactoryDto { /// /// 支线 /// public List result { get; set; } /// /// scada /// public List scada { get; set; } } }