访客登记
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
visitor/internal/consts/consts.go

19 lines
486 B

package consts
const StatisticTypeDay = "day"
const StatisticTypeWeek = "week"
const StatisticTypeMonth = "month"
const StatisticTypeYear = "year"
const SubTypeLastWeek = "thisWeek"
const SubTypeLast2Week = "last2Week"
const SubTypeLast3Week = "last3Week"
const SubTypeLast3Month = "last3Month"
const SubTypeLast6Month = "last6Month"
const SubTypeLast9Month = "last9Month"
const SubTypeLastYear = "thisYear"
const SubTypeLast2Year = "last2Year"
const SubTypeLast3Year = "last3Year"