From 18eaa9ca16ba6e95b44908eeb1c7e61c05c2f8ca Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期五, 12 四月 2024 15:18:26 +0800 Subject: [PATCH] 众毅接口修改 --- WebApi/Dto/ZyPrjAnaSetting.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WebApi/Dto/ZyPrjAnaSetting.cs b/WebApi/Dto/ZyPrjAnaSetting.cs index 83ee0ce..4e4c5c3 100644 --- a/WebApi/Dto/ZyPrjAnaSetting.cs +++ b/WebApi/Dto/ZyPrjAnaSetting.cs @@ -26,17 +26,17 @@ /// <summary> /// 涓嶈鍒囨车鏃堕棿 /// </summary> - public List<TimeRange> SwitchPumpIgnoreTimes { get; set; } + public List<TimeRangeZy> SwitchPumpIgnoreTimes { get; set; } /// <summary> /// 寮�娉垫椂闂� /// </summary> - public List<TimeRange> OpenPumpTimes { get; set; } + public List<TimeRangeZy> OpenPumpTimes { get; set; } /// <summary> /// /// </summary> - public class TimeRange + public class TimeRangeZy { public bool IsUse { get; set; } public int StartHour { get; set; } -- Gitblit v1.9.3