feat: 小程序首页banner管理
This commit is contained in:
@@ -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 禁用
|
||||
}
|
||||
Reference in New Issue
Block a user