package request import "git.echol.cn/loser/lckt/model/common/request" type GetList struct { request.PageInfo } type DeleteIds struct { Ids []int `json:"ids" form:"ids" binding:"required"` }