12345678910111213141516171819202122 |
- // Copyright 2019 github.com. All rights reserved.
- // Use of this source code is governed by github.com.
- package consts
- const (
- PageSize = 10
- )
- const (
- TimeSecondLayOut = "2006-01-02 15:04:05"
- )
- const (
- DeviceStayConfirme = 0
- DeviceApprove = 1
- DeviceRefuse = 2
- DeviceStayTeardown = 3
- )
- const (
- DeviceTypeDust = 5
- )
|