6 lines
56 B
Go
6 lines
56 B
Go
|
package consts
|
||
|
|
||
|
const (
|
||
|
PageSize = 10 //分页长度
|
||
|
)
|