【新增】 1、xlsx,pptx对应关系方法 2、简单处理xlsx与pptx 原始xml
This commit is contained in:
@@ -24,6 +24,20 @@ public interface RedisKeyConstants {
|
||||
* VALUE 数据类型:String 子WPS_WORD编号集合
|
||||
*/
|
||||
String WPS_WORD_CHILDREN_ID_LIST = "wps_word_children_ids";
|
||||
/**
|
||||
* 指定WPS_PPTX的所有子WPS_PPTX编号数组的缓存
|
||||
* <p>
|
||||
* KEY 格式:wps_pptx_children_ids:{id}
|
||||
* VALUE 数据类型:String 子WPS_PPTX编号集合
|
||||
*/
|
||||
String WPS_PPTX_CHILDREN_ID_LIST = "wps_pptx_children_ids";
|
||||
/**
|
||||
* 指定WPS_XLSX的所有子WPS_XLSX编号数组的缓存
|
||||
* <p>
|
||||
* KEY 格式:wps_xlsx_children_ids:{id}
|
||||
* VALUE 数据类型:String 子WPS_XLSX编号集合
|
||||
*/
|
||||
String WPS_XLSX_CHILDREN_ID_LIST = "wps_xlsx_children_ids";
|
||||
|
||||
/**
|
||||
* 角色的缓存
|
||||
|
Reference in New Issue
Block a user