Skip to content

Commit

Permalink
Merge pull request #263 from PLADI-ALM/feat/PDS-56-detail-equipment
Browse files Browse the repository at this point in the history
[PDS-56/feat] 비품 등록 ImgKey NotBlank 제거
  • Loading branch information
dangnak2 authored Nov 30, 2023
2 parents 0d9a7a3 + 7f51e55 commit 23fe8f9
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 23fe8f9

Please sign in to comment.