Commit e2a20241 by hzc

增加冒号分隔符

parent 36ec4f6f
...@@ -32,7 +32,10 @@ public class Constants { ...@@ -32,7 +32,10 @@ public class Constants {
* 英文分隔符; * 英文分隔符;
*/ */
public static final String SEP_NOUN = ";"; public static final String SEP_NOUN = ";";
/**
* 英文分隔符:
*/
public static final String SEP_COLON = ":";
/** /**
* 英文分隔符. * 英文分隔符.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment