Skip to content

Commit

Permalink
[PDS-56] feat: 비품 등록 ImgKey NotBlank 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dangnak2 committed Nov 30, 2023
1 parent 6a6a82a commit 7f51e55
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ public class RegisterEquipmentReq {
private String description;

@Schema(type = "String", description = "이미지키", example = "photo/maxim.png", required = true)
@NotBlank(message = "E0001")
private String imgKey;
}

0 comments on commit 7f51e55

Please sign in to comment.