移除背包缓存项

This commit is contained in:
liwei1dao 2022-06-13 12:40:41 +08:00
parent e4345b394d
commit 83b33c1d85

1
sys/cache/core.go vendored
View File

@ -7,7 +7,6 @@ redis 缓存数据管理系统
type (
ISys interface {
IUser //户模块的相关缓存接口
IPack //背包模块的线管缓存接口
IFriend //好友相关的缓存接口
}
)