XiaoRuby
2023-09-24 20956b0f05f81ca47cf6c3e8f9b3b426e9cfd035
standard-server/src/main/java/com/yuanchu/mom/controller/TechnologyController.java
@@ -29,7 +29,7 @@
    @Autowired
    private TechnologyService technologyService;
    @ApiOperation("右上角新增-->工艺路线-->选择设备组")
    @ApiOperation("右上角新增-->工艺路线-->选择生产设备组")
    @GetMapping("/chooseDevice")
    public Result<?> chooseDevice() {
        return Result.success(technologyService.chooseDevice());