代码调整

This commit is contained in:
2025-08-29 16:07:05 +08:00
parent 43e7688d9a
commit 59aad2c89c
6 changed files with 109 additions and 7 deletions

View File

@@ -156,4 +156,15 @@ public interface OssPath {
*/
String DATA_CLEAN="dataClean/";
/***
* 组态Json文件oss路径
*/
String CONFIGURATIONPATH = "configuration/";
/***
* 组态Json文件oss文件名
*/
String CONFIGURATIONNAME = "configuration.json";
}