Files

10 lines
160 B
Go
Raw Normal View History

2021-11-03 17:55:27 +08:00
package model
import "ArmedPolice/app/common/model"
type PageParams struct {
Page, PageSize int
Count *int64
Where []*model.ModelWhere
}