package model import "ArmedPolice/app/common/model" type PageParams struct { Page, PageSize int Count *int64 Where []*model.ModelWhere }