Junjie
2023-11-29 90ef8798f8ec71adf7c15b30a66db3f9e3afc226
src/main/java/com/zy/asrs/controller/WrkMastController.java
@@ -11,6 +11,7 @@
import com.core.common.DateUtils;
import com.core.common.R;
import com.zy.asrs.entity.WrkMast;
import com.zy.asrs.service.CommandInfoService;
import com.zy.asrs.service.WrkMastService;
import com.zy.common.web.BaseController;
import org.springframework.beans.factory.annotation.Autowired;
@@ -23,6 +24,8 @@
    @Autowired
    private WrkMastService wrkMastService;
    @Autowired
    private CommandInfoService commandInfoService;
    @RequestMapping(value = "/wrkMast/{id}/auth")
    @ManagerAuth