2023-01-20 10:53:34 +08:00

6 lines
56 B
Go

package consts
const (
PageSize = 10 //分页长度
)