[chore] 会议信息管理

This commit is contained in:
yyboo
2025-04-29 23:53:42 +08:00
committed by yyboo
parent aa7aec1b60
commit 7ba8e2a849
46 changed files with 3625 additions and 13 deletions

View File

@@ -0,0 +1,15 @@
package consts
const (
// CachePrefix 应用缓存数据前缀
CachePrefix = "APP:"
CacheModelMem = "memory"
CacheModelRedis = "redis"
CacheModelDist = "dist"
)
const (
// PageSize 分页长度
PageSize = 10
)