mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 05:12:07 +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);
|
||||
|
||||
|
||||
-4
@@ -148,7 +148,3 @@ public class GroupServiceImplTest extends BaseDbUnitTest {
|
||||
assertEquals(1, pageResult.getList().size());
|
||||
assertPojoEquals(dbGroup, pageResult.getList().get(0));
|
||||
}*/
|
||||
|
||||
}
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user