Skip to content

Commit

Permalink
Merge pull request #269 from PLADI-ALM/feat/PDS-56-detail-equipment
Browse files Browse the repository at this point in the history
[PDS-56/feat]  비품 수정 API Req 수정
dangnak2 authored Dec 1, 2023
2 parents 5500f1b + 9aa69f7 commit 253cbff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 253cbff

Please sign in to comment.