【新增】 wps_word相关方法(考点创建、文件对比等)
This commit is contained in:
@@ -17,6 +17,14 @@ public interface RedisKeyConstants {
|
||||
*/
|
||||
String DEPT_CHILDREN_ID_LIST = "dept_children_ids";
|
||||
|
||||
/**
|
||||
* 指定WPS_WORD的所有子WPS_WORD编号数组的缓存
|
||||
* <p>
|
||||
* KEY 格式:wps_word_children_ids:{id}
|
||||
* VALUE 数据类型:String 子WPS_WORD编号集合
|
||||
*/
|
||||
String WPS_WORD_CHILDREN_ID_LIST = "wps_word_children_ids";
|
||||
|
||||
/**
|
||||
* 角色的缓存
|
||||
* <p>
|
||||
|
Reference in New Issue
Block a user