yangys
2024-10-30 25db770e621f1259b8d5b7fd514207f7481c2d0f
smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/controller/CalendarController.java
@@ -38,8 +38,8 @@
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
@ApiResource({"blade-cps/calendar"})
@Api(value = "生产日历controller", tags = {"生产日历controller"})
@ApiResource({"smis/calendar"})
@Api(value = "生产日历", tags = {"生产日历"})
@RestController
public class CalendarController extends BladeController {
    private final ICalendarService calendarService;