From fd681339c81201ed6fb3303647ecab89e3e6c0c1 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 17 七月 2024 09:50:11 +0800 Subject: [PATCH] 调度逻辑修改,新增笛卡尔积过滤循环 --- IStation.Dto/01-ch/03-schedule-config/ChScheduleConfigDto.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IStation.Dto/01-ch/03-schedule-config/ChScheduleConfigDto.cs b/IStation.Dto/01-ch/03-schedule-config/ChScheduleConfigDto.cs index c4a14b4..3e379f0 100644 --- a/IStation.Dto/01-ch/03-schedule-config/ChScheduleConfigDto.cs +++ b/IStation.Dto/01-ch/03-schedule-config/ChScheduleConfigDto.cs @@ -8,12 +8,12 @@ /// <summary> /// 涓�杈撴按 /// </summary> - public ScheduleConfigDto Station1 { get; set; } - + public ScheduleConfigDto Station1 { get; set; } + /// <summary> /// 浜岃緭姘� /// </summary> public ScheduleConfigDto Station2 { get; set; } - + } } -- Gitblit v1.9.3