Excel注解支持Image图片导入

This commit is contained in:
RuoYi
2021-08-11 09:35:05 +08:00
parent f34cd1d9b8
commit e39f8f9127
4 changed files with 141 additions and 25 deletions

View File

@@ -90,6 +90,14 @@ public class RuoYiConfig
RuoYiConfig.addressEnabled = addressEnabled;
}
/**
* 获取导入上传路径
*/
public static String getImportPath()
{
return getProfile() + "/import";
}
/**
* 获取头像上传路径
*/