redis字段添加

This commit is contained in:
xy
2024-09-18 20:19:12 +08:00
parent dafd9dda22
commit d5bdcc591c

View File

@@ -63,6 +63,11 @@ public interface AppRedisKey {
*/
String FILE_PART_TIME="filePartTimeKey:";
/**
* 手动文件下载
*/
String FILE_DOWN_TIME="fileDownKey:";
/**
* 文件分片信息缺失
*/