package request import ( "time" "git.echol.cn/loser/st/server/model/common/request" ) type InfoSearch struct { StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"` EndCreatedAt *time.Time `json:"endCreatedAt" form:"endCreatedAt"` request.PageInfo }