802bug修复

This commit is contained in:
zhaolongfei
2024-09-04 16:35:33 +08:00
parent 616594af9e
commit 0fcd4568ec
4 changed files with 23 additions and 76 deletions

View File

@@ -133,4 +133,6 @@ public interface CacheName {
* 字典缓存key
* */
String KEY_DICT="dict";
String STUDY_KEY = "StudyKey:";
}