zbj//1.资源管理 上传资源

This commit is contained in:
zhangbaojian
2023-04-17 18:51:44 +08:00
parent 0b944efaf4
commit 79ed7ae44f
8 changed files with 225 additions and 0 deletions

View File

@@ -67,4 +67,9 @@ public interface OssPath {
* 装置模板
*/
String DEV_MODEL = "algorithm/devModel/";
/***
* 资源管理文件
*/
String RESOURCEADMINISTRATION = "resourceAdministration/";
}