完成责任量化功能
This commit is contained in:
@@ -27,6 +27,11 @@ public interface OssPath {
|
||||
*/
|
||||
String ALGORITHM="algorithm/";
|
||||
|
||||
/***
|
||||
* 装置模板
|
||||
*/
|
||||
String DEV_MODEL = "algorithm/devModel/";
|
||||
|
||||
/***
|
||||
* process模块中干扰源入网报告的上传路径
|
||||
*/
|
||||
@@ -63,10 +68,6 @@ public interface OssPath {
|
||||
*/
|
||||
String EDDATA = "edData/";
|
||||
|
||||
/***
|
||||
* 装置模板
|
||||
*/
|
||||
String DEV_MODEL = "algorithm/devModel/";
|
||||
|
||||
/***
|
||||
* 资源管理文件
|
||||
@@ -93,7 +94,15 @@ public interface OssPath {
|
||||
*/
|
||||
String WIRING_DIAGRAM = "wiringDiagram/";
|
||||
|
||||
/***
|
||||
* 高级算法责任量化用采数据保存地址
|
||||
*/
|
||||
String RESPONSIBILITY_USER_DATA="advance/responsibility/userData/";
|
||||
|
||||
/***
|
||||
* 高级算法责任量化结果数据保存地址
|
||||
*/
|
||||
String RESPONSIBILITY_USER_RESULT_DATA="advance/responsibility/userData/result/";
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user