|
|
|
@ -1,17 +1,12 @@
|
|
|
|
|
package com.shxy.xymanager_common.util;
|
|
|
|
|
|
|
|
|
|
import cn.hutool.core.date.DateTime;
|
|
|
|
|
import com.shxy.xymanager_common.dto.ScheduleDetailsDto;
|
|
|
|
|
import com.shxy.xymanager_common.entity.ScheduleDetailss;
|
|
|
|
|
import com.shxy.xymanager_common.entity.Schedules;
|
|
|
|
|
import com.shxy.xymanager_common.model.TerminalScheduleRuleModel;
|
|
|
|
|
import com.shxy.xymanager_common.vo.ScheduleListVo;
|
|
|
|
|
import com.shxy.xymanager_common.vo.ScheduleRuleVo;
|
|
|
|
|
|
|
|
|
|
import javax.validation.constraints.NotEmpty;
|
|
|
|
|
import java.sql.Time;
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|