项目管理接口拓扑图接口

This commit is contained in:
huangzj
2023-03-29 14:48:22 +08:00
parent 9afc84245c
commit d6f57ec44d
30 changed files with 1360 additions and 2 deletions

View File

@@ -47,4 +47,9 @@ public interface OssPath {
* 终端检测监督管理 检测报告
*/
String TEST_REPORT = "testReport/";
/***
* app拓扑图文件
*/
String TOPOLOGY = "topology/";
}

View File

@@ -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<>();