新增数据清洗文件存储路径

This commit is contained in:
xy
2025-06-05 17:44:33 +08:00
parent 4aa4044d86
commit 5bbce0fc79

View File

@@ -151,4 +151,9 @@ public interface OssPath {
*/ */
String DEV_MAKE_UP_PATH="makeUp/"; String DEV_MAKE_UP_PATH="makeUp/";
/**
* 数据清洗路径
*/
String DATA_CLEAN="dataClean/";
} }