案例萃取

This commit is contained in:
yang
2024-09-13 15:41:00 +08:00
parent 403e72ec5f
commit 3cbef3e3f7
20 changed files with 1348 additions and 198 deletions

View File

@@ -135,4 +135,24 @@ public interface CacheName {
String KEY_DICT="dict";
String STUDY_KEY = "StudyKey:";
/**
* 季度观看量排行key
* */
String CASE_RANK_VIEWS_QUARTER="case:rank:views:quarter";
/**
* 总观看排行key
* */
String CASE_RANK_VIEWS_ALL="case:rank:views:all";
/**
* 季度点赞排行key
* */
String CASE_RANK_PRAISE_QUARTER ="case:rank:praise:quarter";
/**
* 总点赞排行key
* */
String CASE_RANK_PRAISE_ALL="case:rank:praise:all";
}