APP用户相关接口调整

This commit is contained in:
xy
2024-09-03 19:22:39 +08:00
parent 2c79cc72c9
commit fbd15ca353
4 changed files with 26 additions and 3 deletions

View File

@@ -74,4 +74,18 @@ public interface AppRedisKey {
*/
String FILE_WAITING="fileWaitingKey:";
/**
* 工程信息
*/
String PROJECT_INFO="projectInfoKey:";
String FILE_INFO="fileInfoKey:";
String DEVICE_ROOT_PATH="deviceRootPathKey:";
String DEVICE_MID="deviceMidKey:";
String UPLOAD = "uploadKey:";
String DOWNLOAD = "downloadKey:";
}