feat: 小程序首页banner管理

This commit is contained in:
Blizzard
2026-04-27 11:26:01 +08:00
parent c5aa1c6f2c
commit 37b9055994
10 changed files with 241 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package request
import "sundynix-go/model/commom/request"
type BannerPageReq struct {
request.PageInfo
Title string `json:"title" form:"title"`
IsActive *int `json:"isActive" form:"isActive"` // 1 启用 2 禁用
}