first commit

This commit is contained in:
2023-05-28 00:14:58 +08:00
parent 21632ef7cb
commit b01b6df882
23 changed files with 243 additions and 57 deletions

View File

@ -24,6 +24,11 @@ public class BaseConstant {
*/
public static final String LINE_JOIN_STR = "|";
/**
* 冒号拼接符号: ':'(英文冒号)
*/
public static final String COLON_JOIN_STR = ":";
/**
* 树的key的命名
*/