| | |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/service/ICalendarService.class */ |
| | | public interface ICalendarService extends IService<ProductionCalendar> { |
| | | ProductionCalendar saveCalendar(CalendarSaveVO calendarSaveVO); |
| | | |
| | |
| | | |
| | | ProductionCalendar saveYearCalendar(CalendarSaveVO calendarSaveVO); |
| | | |
| | | /** |
| | | * 构建生产日历切片缓存对象 |
| | | * @param cacheBuildDTO |
| | | * @return |
| | | */ |
| | | List<TimestampToProductionTimeCacheDto> buildProductionTimeCache(CacheBuildDTO cacheBuildDTO); |
| | | |
| | | List<CalendarSimpleVO> getCalendarList(@RequestParam("tenantId") String tenantId); |