mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
add image column
This commit is contained in:
parent
ae29756681
commit
42f59b5a08
@ -117,6 +117,7 @@ public class MenuServiceImpl implements MenuService {
|
||||
.menuId(menu.getMenuId())
|
||||
.menuName(menu.getMenuName())
|
||||
.category(menu.getCategory())
|
||||
.image(menu.getImage())
|
||||
.price(menu.getPrice())
|
||||
.description(menu.getDescription())
|
||||
.createdAt(menu.getCreatedAt())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user