Commit 59fd07a7 by 郑勇

feat: [1007214] 应用缓存持久化

parent 4911c4df
...@@ -493,4 +493,14 @@ public class MQTopicProducer { ...@@ -493,4 +493,14 @@ public class MQTopicProducer {
* 文本转语音 * 文本转语音
*/ */
public static final String TEXT_TO_SPEACH = "topic.textToSpeach"; public static final String TEXT_TO_SPEACH = "topic.textToSpeach";
/**
* 应用修改未审核旧数据修改
*/
public static final String APP_OLD_DATA_CACHE_UPDATE = "topic.appOldDataCacheUpdate";
/**
* 应用修改未审核旧数据删除
*/
public static final String APP_OLD_DATA_CACHE_DELETE = "topic.appOldDataCacheDelete";
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment