add comma division with some case to use

This commit is contained in:
pbting 2019-08-16 09:44:06 +08:00
parent 5222b9c407
commit 3bd5dcb1cf

View File

@ -162,4 +162,6 @@ public class Constants {
public static final String NULL_STRING = "null";
public static final String NUMBER_PATTERN = "^\\d+$";
public static final String COMMA_DIVISION = ",";
}