remove 删除无用常量
This commit is contained in:
parent
cb13642e85
commit
bb1d8d5796
@ -1,7 +1,5 @@
|
||||
package com.ruoyi.oss.constant;
|
||||
|
||||
import com.ruoyi.oss.properties.CloudStorageProperties;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
@ -37,8 +35,4 @@ public class CloudConstant {
|
||||
*/
|
||||
public static final List<Integer> SYSTEM_DATA_IDS = Arrays.asList(1, 2, 3, 4);
|
||||
|
||||
public static String getPropertiesName(String key) {
|
||||
return key + CloudStorageProperties.class.getSimpleName();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user