0516PetEntityTableChanged

This commit is contained in:
2025-05-16 13:34:43 +09:00
parent c668251a3e
commit 6c1f6d824e
10 changed files with 28 additions and 28 deletions

View File

@ -18,7 +18,7 @@ public class PetController {
@Autowired
private PetService service;
@GetMapping("/api/dogs/pet")
@GetMapping("/inuhouse")
public ResponseEntity<?> getListByEntities(@RequestParam List<Integer> id) {
List<PetEntity> list = service.getPetByID(id);