package cn.lihu.jh.module.ecg.service.config; import java.time.LocalTime; import java.util.List; public interface EcgConfigService { void resetScheduler(); void readTimeSlotConfig(); List listTimeslot(); Integer getTimeslotLength(); }