✨ init project
This commit is contained in:
11
model/article/request/article.go
Normal file
11
model/article/request/article.go
Normal file
@@ -0,0 +1,11 @@
|
||||
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"`
|
||||
}
|
Reference in New Issue
Block a user