ningshuxia
2024-05-28 3805d90be3760e4881e30f28c22018f0e04b0eb2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
namespace IStation.Dto
{
    /// <summary>
    /// 调度结果
    /// </summary>
    public class OptScheduleOutput
    {
        /// <summary>
        /// 
        /// </summary>
        public OptScheduleStationOutput Station { get; set; }
 
 
        /// <summary>
        /// 
        /// </summary>
        public List<OptSchedulePumpOutput> Pumps { get; set; }
    }
}