This commit is contained in:
2023-10-08 10:50:09 +08:00
parent e21dc1965a
commit 71667ac70a
5 changed files with 80 additions and 10 deletions

View File

@@ -53,4 +53,9 @@ public interface AppRedisKey {
String TIME="time-:";
/**
* 文件分片信息
*/
String FILE_PART="filePartKey:";
}