12 lines
195 B
Go
12 lines
195 B
Go
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"`
|
|
}
|