common.go 337 B

12345678910111213141516171819202122
  1. // Copyright 2019 github.com. All rights reserved.
  2. // Use of this source code is governed by github.com.
  3. package consts
  4. const (
  5. PageSize = 10
  6. )
  7. const (
  8. TimeSecondLayOut = "2006-01-02 15:04:05"
  9. )
  10. const (
  11. DeviceStayConfirme = 0
  12. DeviceApprove = 1
  13. DeviceRefuse = 2
  14. DeviceStayTeardown = 3
  15. )
  16. const (
  17. DeviceTypeDust = 5
  18. )