|
@@ -102,6 +102,9 @@ public class SystemConstant {
|
|
|
public static final String DATA_COUNT = "dataCount";
|
|
|
public static final List<Long> MENU_MANAGE = Arrays.asList(507L, 508L, 530L, 531L);
|
|
|
public static final float PAPER_DEVIATION = 2;
|
|
|
+ public static final String COMMA_OF_ENGLISH = ",";
|
|
|
+ public static final String COMMA_OF_CHINESE = ",";
|
|
|
+ public static final String PAUSE_SIGN = "、";
|
|
|
|
|
|
/**
|
|
|
* oss url过期时间
|