mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
造型数据修改
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ public interface ProcessGroupApi {
|
||||
Boolean getProcessGroup(@RequestParam("groupId") Long groupId);
|
||||
|
||||
@GetMapping(PREFIX + "/getGroup")
|
||||
@Operation(summary = "工序组是否存在")
|
||||
@Operation(summary = "工序组具体信息")
|
||||
@Parameter(name = "groupId", description = "工序组编号", required = true, example = "1024")
|
||||
ProcessListReqDTO getProcessGroupDetail(@RequestParam("groupId") Long groupId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user