🎉 初始化项目
This commit is contained in:
13
server/model/system/request/sys_error.go
Normal file
13
server/model/system/request/sys_error.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package request
|
||||
|
||||
import (
|
||||
"git.echol.cn/loser/st/server/model/common/request"
|
||||
"time"
|
||||
)
|
||||
|
||||
type SysErrorSearch struct {
|
||||
CreatedAtRange []time.Time `json:"createdAtRange" form:"createdAtRange[]"`
|
||||
Form *string `json:"form" form:"form"`
|
||||
Info *string `json:"info" form:"info"`
|
||||
request.PageInfo
|
||||
}
|
||||
Reference in New Issue
Block a user