| | |
| | | import org.jeecg.modules.mdc.vo.MdcDeviceCalendarVo; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Description: 设备工作日历表 |
| | | * @Author: jeecg-boot |
| | | * @Date: 2023-04-10 |
| | | * @Date: 2023-04-10 |
| | | * @Version: V1.0 |
| | | */ |
| | | public interface IMdcDeviceCalendarService extends IService<MdcDeviceCalendar> { |
| | |
| | | */ |
| | | boolean saveCalendar(EquipmentCalendarVo calendarVo); |
| | | |
| | | /** |
| | | * 查询班制数据 |
| | | * |
| | | * @param equipmentid |
| | | * @param stringDates |
| | | * @return |
| | | */ |
| | | List<MdcDeviceCalendarVo> listByEquipmentAndDate(String equipmentid, List<String> stringDates); |
| | | } |