refactor: 后台横幅添加extra_image字段

This commit is contained in:
2025-06-30 09:12:24 +08:00
parent 9ab935e1ff
commit 9a9b714aad
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',