Skip to content

Commit

Permalink
[PDS-56] feat: 비품 수정 API Req 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dangnak2 committed Dec 1, 2023
1 parent 1a48a6a commit 9aa69f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ public class UpdateEquipmentReq {
@NotBlank(message = "E0003")
private String category;
@Schema(type = "String", description = "비품 이미지 키", example = "photo/maxim.png", required = true)
@NotBlank(message = "E0003")
private String imgKey;
}

0 comments on commit 9aa69f7

Please sign in to comment.