[chore] 会议信息管理
This commit is contained in:
15
internal/consts/meeting.go
Normal file
15
internal/consts/meeting.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
// CachePrefix 应用缓存数据前缀
|
||||
CachePrefix = "APP:"
|
||||
|
||||
CacheModelMem = "memory"
|
||||
CacheModelRedis = "redis"
|
||||
CacheModelDist = "dist"
|
||||
)
|
||||
|
||||
const (
|
||||
// PageSize 分页长度
|
||||
PageSize = 10
|
||||
)
|
Reference in New Issue
Block a user