代码提交

This commit is contained in:
2023-06-15 09:45:27 +08:00
parent f1a71e8855
commit 7bc2fe684b
4 changed files with 42 additions and 10 deletions

View File

@@ -82,4 +82,9 @@ public interface OssPath {
* 日志文件
*/
String LOGBAK = "logbak/";
/***
* 组态图元
*/
String ELEMENT = "element/";
}