From 760fa87c2f6fb9e638bba889928bdc145394a534 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期四, 06 六月 2024 13:51:55 +0800 Subject: [PATCH] 同段泵组合 新增 --- IStation.Dto/01-ch/03-schedule-config/ScheduleConfigDto.cs | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/IStation.Dto/01-ch/03-schedule-config/ScheduleConfigDto.cs b/IStation.Dto/01-ch/03-schedule-config/ScheduleConfigDto.cs index f147c14..3cd8ec4 100644 --- a/IStation.Dto/01-ch/03-schedule-config/ScheduleConfigDto.cs +++ b/IStation.Dto/01-ch/03-schedule-config/ScheduleConfigDto.cs @@ -5,6 +5,7 @@ /// </summary> public class ScheduleConfigDto { + /// <summary> /// 蹇呭紑娉靛垪琛� /// </summary> @@ -16,14 +17,19 @@ public List<int> MustCloseFlagList { get; set; } /// <summary> - /// 绂佺敤娉电粍鍚� + /// 绂佺敤娉电粍鍚堝垪琛� /// </summary> public List<List<int>> ForbiddenFlagCombineList { get; set; } /// <summary> - /// 鍏宠仈娉电粍鍚� + /// 鍏宠仈娉电粍鍚堝垪琛� /// </summary> public List<List<int>> AssociativeFlagCombineList { get; set; } + + /// <summary> + /// 鍚屾娉电粍鍚堝垪琛� + /// </summary> + public List<List<int>> SameSectionFlagCombineList { get; set; } /// <summary> /// 渚涙按闄愬埗鍒楄〃 @@ -33,6 +39,7 @@ /// <summary> /// 棰戠巼闄愬埗鍒楄〃 /// </summary> - public List<FrequencyLimitDto> FrequencyLimitList { get; set; } + public List<FrequencyLimitDto> FrequencyLimitList { get; set; } + } } -- Gitblit v1.9.3