🎉 初始化项目
This commit is contained in:
12
server/model/system/request/sys_api_token.go
Normal file
12
server/model/system/request/sys_api_token.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package request
|
||||
|
||||
import (
|
||||
"git.echol.cn/loser/st/server/model/common/request"
|
||||
"git.echol.cn/loser/st/server/model/system"
|
||||
)
|
||||
|
||||
type SysApiTokenSearch struct {
|
||||
system.SysApiToken
|
||||
request.PageInfo
|
||||
Status *bool `json:"status" form:"status"`
|
||||
}
|
||||
Reference in New Issue
Block a user