Skip to content

Commit

Permalink
수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Johyunik committed Dec 2, 2023
2 parents cbb91da + 2ca2677 commit 1d83122
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/weatherfit/board/dto/BoardUpdateDTO.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ public class BoardUpdateDTO {
private List<String> category;
private List<String> hashTag;
private List<ImageEntity> images;
<<<<<<< HEAD
private String[] deletedImages;
=======
private String[] deletedImages;
>>>>>>> 2ca267785a1aa67187f05e2b056b70f571d417bf
}

0 comments on commit 1d83122

Please sign in to comment.