云前置文件文件目录功能

This commit is contained in:
caozehui
2026-04-20 13:43:26 +08:00
parent aad5943d64
commit 850b3174a2
8 changed files with 2547 additions and 2124 deletions

View File

@@ -115,4 +115,8 @@ public interface AppRedisKey {
* 补召文件
*/
String MAKE_UP_FILES = "makeUpFilesKey:";
String COMMON_REQUEST = "commonRequestKey:";
String COMMON_RESOPNSE = "commonResponseKey:";
}