123456789101112131415161718192021 |
- // Copyright 2019 github.com. All rights reserved.
- // Use of this source code is governed by github.com.
- package consts
- const (
- PageSize = 10
- )
- const (
- _ = iota
- LogTypeCompany
- LogTypeProject
- LogTypeProvider
- LogTypeGovernment
- )
- const (
- DeviceTypeDust = 5
- DeviceTypeAttendance = 3
- )
|