Skip to content

Commit

Permalink
refactor: 보유견종 상세조회시 status값 조회될 수 있도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Suxxxxhyun committed Feb 4, 2024
1 parent 67c3585 commit 86c46f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public PossessionDogDto(Dog dog) {
this.id=dog.getId();
this.dogType=dog.getDogType().getName();
this.gender=dog.getGender();
this.status=dog.getStatus();
this.birthDate=dog.getBirthDate();
this.name=dog.getName();
this.management=dog.getManagement();
Expand Down

0 comments on commit 86c46f6

Please sign in to comment.