1.审计管理修改

2.数据中心bug修改
This commit is contained in:
wr
2023-05-30 10:05:51 +08:00
parent 119eb9a4fd
commit 34cc8bd8d1
11 changed files with 211 additions and 23 deletions

View File

@@ -77,4 +77,9 @@ public interface OssPath {
* 资源文件
*/
String RESOURCEDATA = "resourceData/";
/***
* 日志文件
*/
String LOGBAK = "logbak/";
}