api animal

This commit is contained in:
2025-11-17 09:57:02 +09:00
parent 7d64ee897d
commit eae3ba428f
3 changed files with 25 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ public class AnimalDto {
private Category category;
private Species species;
private String name;
private Long zooId; // 동물원 ID (선택)
}
@Getter