request.go.tpl 122 Bytes
Newer Older
haoyanbin's avatar
1  
haoyanbin committed
1 2 3 4 5 6 7 8
package request

import "gin-vue-admin/model"

type {{.StructName}}Search struct{
    model.{{.StructName}}
    PageInfo
}