| | |
| | | |
| | | @Api(value = "工位管理", tags = {"工位管理"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/workstation"}) |
| | | @ApiResource({"smis/workstation"}) |
| | | @NonDS |
| | | @Validated |
| | | public class WorkstationController extends BladeController { |
| | |
| | | @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("新增或更改工位信息") |