新增本地资源通用下载方法

This commit is contained in:
RuoYi
2019-08-23 10:36:03 +08:00
parent 478520572c
commit 12e68fab27
5 changed files with 31 additions and 3 deletions

View File

@ -61,4 +61,9 @@ public class Constants
* 排序的方向 "desc" 或者 "asc".
*/
public static final String IS_ASC = "isAsc";
/**
* 资源映射路径 前缀
*/
public static final String RESOURCE_PREFIX = "/profile";
}