Merge remote-tracking branch 'origin/master'

This commit is contained in:
2023-04-10 16:08:57 +08:00

View File

@@ -62,4 +62,9 @@ public interface OssPath {
* app版本升级文件
*/
String EDDATA = "edData/";
/***
* 装置模板
*/
String DEV_MODEL = "algorithm/devModel/";
}