xyz.erupt.upms.constant.FetchConst Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of erupt-upms Show documentation
Show all versions of erupt-upms Show documentation
User Permissions Management
The newest version!
package xyz.erupt.upms.constant;
/**
* @author liyuepeng
* date 2021/3/27 23:21
*/
public class FetchConst {
public static final long DEFAULT_CACHE_TIME = 3000;
}