common.go 155 B

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