APP用户相关接口调整
This commit is contained in:
@@ -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:";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user