自动化立体仓库 - WMS系统
#1
dubin
2025-12-18 82889ebbf8d8d92ce1162a983b19a5d3ed64cd2b
src/main/java/com/zy/asrs/controller/WrkMastController.java
@@ -12,6 +12,7 @@
import com.core.common.R;
import com.zy.asrs.entity.WrkMast;
import com.zy.asrs.service.WrkMastService;
import com.zy.asrs.task.handler.WCSReportHandler;
import com.zy.common.web.BaseController;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@@ -23,6 +24,8 @@
    @Autowired
    private WrkMastService wrkMastService;
    @Autowired
    private WCSReportHandler wcsReportHandler;
    @RequestMapping(value = "/wrkMast/{id}/auth")
    @ManagerAuth