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

This commit is contained in:
2025-03-13 09:15:40 +08:00
parent 87e412a067
commit 54a58ffcaf

View File

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