common.go 149 B

12345678
  1. // Copyright 2019 getensh.com. All rights reserved.
  2. // Use of this source code is governed by getensh.com.
  3. package consts
  4. const (
  5. PageSize = 10
  6. )