添加文件服务器路#

This commit is contained in:
huangzj
2023-04-07 14:03:41 +08:00
parent 2a6bc359ed
commit 26b19bbb0a

View File

@@ -52,4 +52,9 @@ public interface OssPath {
* app拓扑图文件
*/
String TOPOLOGY = "topology/";
/***
* app反馈图片
*/
String FEEDBACK = "feedBack/";
}