refactor: 后台横幅添加extra_image字段

This commit is contained in:
2025-06-30 09:12:24 +08:00
parent 277c9c0e32
commit c6fd27db46
4 changed files with 8 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ class SysBannerItemBaseModel extends BaseModel
'desc_txt_color' => 'string',
'type' => 'string',
'image' => 'string',
'extra_image' => 'string',
'video' => 'string',
'link_to' => 'string',
'link' => 'string',