package request import ( "srm/model/common/request" "srm/model/test" "time" ) type ContractSearch struct { test.Contract StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"` EndCreatedAt *time.Time `json:"endCreatedAt" form:"endCreatedAt"` request.PageInfo }