APP用户相关接口调整
This commit is contained in:
@@ -12,6 +12,11 @@ public interface OssPath {
|
||||
*/
|
||||
String WAVE_DIR="comtrade/";
|
||||
|
||||
/***
|
||||
* 下载文件
|
||||
*/
|
||||
String DOWNLOAD_DIR="download/";
|
||||
|
||||
/***
|
||||
* 稳态报表
|
||||
*/
|
||||
|
||||
@@ -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