项目管理接口拓扑图接口
This commit is contained in:
@@ -47,4 +47,9 @@ public interface OssPath {
|
||||
* 终端检测监督管理 检测报告
|
||||
*/
|
||||
String TEST_REPORT = "testReport/";
|
||||
|
||||
/***
|
||||
* app拓扑图文件
|
||||
*/
|
||||
String TOPOLOGY = "topology/";
|
||||
}
|
||||
|
||||
@@ -63,7 +63,8 @@ public class Knife4jSwaggerConfig {
|
||||
"com.njcn.event.controller",
|
||||
"com.njcn.energy.controller",
|
||||
"com.njcn.quality.controller",
|
||||
"com.njcn.process.controller"
|
||||
"com.njcn.process.controller",
|
||||
"com.njcn.advance.controller"
|
||||
)
|
||||
.collect(Collectors.toList());
|
||||
List<GrantType> grantTypes = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user