yangys
2024-05-30 a3686cfa49bf53fb91a2ceb960cf15b3ebdac641
smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/service/ICalendarService.java
@@ -33,7 +33,6 @@
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);
@@ -45,6 +44,11 @@
    ProductionCalendar saveYearCalendar(CalendarSaveVO calendarSaveVO);
    /**
     * 构建生产日历切片缓存对象
     * @param cacheBuildDTO
     * @return
     */
    List<TimestampToProductionTimeCacheDto> buildProductionTimeCache(CacheBuildDTO cacheBuildDTO);
    List<CalendarSimpleVO> getCalendarList(@RequestParam("tenantId") String tenantId);