namespace IStation.Model { /// /// 陈行调度配置 /// public class ChScheduleConfig { /// /// 一输水 /// public Model.ScheduleConfig Station1 { get; set; } /// /// 二输水 /// public Model.ScheduleConfig Station2 { get; set; } } }