bug修复

This commit is contained in:
xxy
2020-05-03 04:30:27 +08:00
parent 4d5cd12b92
commit 610389b5d3
6 changed files with 59 additions and 234 deletions

View File

@ -0,0 +1,12 @@
package com.java2nb.novel.utils;
/**
* @author Administrator
*/
public class Constants {
/**
* 本地图片保存前缀
* */
public static final String LOCAL_PIC_PREFIX = "/localPic/";
}