mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 21:52:07 +08:00
加工部件接口描述修正
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ public class AssemblyListController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/process/{id}")
|
@PostMapping("/process/{id}")
|
||||||
@Operation(summary = "装配清单-处理部件")
|
@Operation(summary = "装配清单-加工部件")
|
||||||
@Parameter(name = "id", description = "部件编号", required = true, example = "1024")
|
@Parameter(name = "id", description = "部件编号", required = true, example = "1024")
|
||||||
public CommonResult<Boolean> processComponent(@PathVariable Long id) {
|
public CommonResult<Boolean> processComponent(@PathVariable Long id) {
|
||||||
assemblyListService.processComponent(id);
|
assemblyListService.processComponent(id);
|
||||||
|
|||||||
Reference in New Issue
Block a user