项目管理接口拓扑图接口

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/";
}