yangys
2024-10-30 25db770e621f1259b8d5b7fd514207f7481c2d0f
smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/controller/WorkstationController.java
@@ -53,7 +53,7 @@
@Api(value = "工位管理", tags = {"工位管理"})
@RestController
@ApiResource({"blade-cps/workstation"})
@ApiResource({"smis/workstation"})
@NonDS
@Validated
public class WorkstationController extends BladeController {
@@ -64,13 +64,7 @@
    @Autowired
    private ISystemResourceService systemResourceService;
    /*
    public WorkstationController(final IWorkstationService workstationService, final IDmpVariablesService dmpVariablesService, final ISystemResourceService systemResourceService) {
        this.workstationService = workstationService;
        this.dmpVariablesService = dmpVariablesService;
        this.systemResourceService = systemResourceService;
    }*/
    @PreAuth
    @PostResource({"/submit"})
    @ApiOperation("新增或更改工位信息")