mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-12 20:39:09 +00:00
add image column
This commit is contained in:
+1
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user