台账主接线图功能

This commit is contained in:
2023-06-16 13:29:13 +08:00
parent 29d09b0bee
commit 4af8ba5f42
7 changed files with 270 additions and 7 deletions

View File

@@ -87,4 +87,11 @@ public interface OssPath {
* 组态图元
*/
String ELEMENT = "element/";
/***
* 监测点一次接线图
*/
String WIRING_DIAGRAM = "wiringDiagram/";
}