This commit is contained in:
xxy
2020-05-04 11:11:50 +08:00
parent 1fba55fd31
commit a678a8bef2
4 changed files with 10 additions and 1 deletions

View File

@ -9,4 +9,9 @@ public class Constants {
* 本地图片保存前缀
* */
public static final String LOCAL_PIC_PREFIX = "/localPic/";
/**
* 访问量默认值
*/
public static final Long VISIT_COUNT_DEFAULT = 100L;
}