package request import ( "github.com/flipped-aurora/gin-vue-admin/server/model/autocode" "github.com/flipped-aurora/gin-vue-admin/server/model/common/request" "time" ) type ProblemInfoSearch struct { autocode.ProblemInfo1 request.PageInfo CreatedAtStart time.Time CreatedAtEnd time.Time }