mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-01-21 19:16:23 +00:00
Merge branch 'store'
This commit is contained in:
commit
ddeaf0a017
@ -35,8 +35,4 @@ public class MenuUpdateRequest {
|
||||
|
||||
@Schema(description = "메뉴 설명", example = "진한 원두의 깊은 맛")
|
||||
private String description;
|
||||
|
||||
@Schema(description = "이미지")
|
||||
@Size(max = 500, message = "이미지 URL은 500자 이하여야 합니다")
|
||||
private MultipartFile image;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user