mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
delete multifile
This commit is contained in:
parent
69964d970c
commit
3dd1d0d0ea
@ -35,8 +35,4 @@ public class MenuUpdateRequest {
|
|||||||
|
|
||||||
@Schema(description = "메뉴 설명", example = "진한 원두의 깊은 맛")
|
@Schema(description = "메뉴 설명", example = "진한 원두의 깊은 맛")
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
@Schema(description = "이미지")
|
|
||||||
@Size(max = 500, message = "이미지 URL은 500자 이하여야 합니다")
|
|
||||||
private MultipartFile image;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user