refactor: 横幅分页接口添加图片字段输出

This commit is contained in:
2025-03-13 09:15:40 +08:00
parent e14d348813
commit 78933cd7c3

View File

@@ -26,6 +26,7 @@ class BannerItem
'id', 'id',
'banner_id', 'banner_id',
'title', 'title',
'image',
'sort', 'sort',
'created_at' 'created_at'
]) ])