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