package request import ( "github.com/flipped-aurora/gin-vue-admin/server/model/common/request" "github.com/flipped-aurora/gin-vue-admin/server/model/system" ) type SysLoginLogSearch struct { system.SysLoginLog request.PageInfo }