代码合并终

This commit is contained in:
2023-02-06 13:33:48 +08:00
parent 51041ad52d
commit abc9af79c4
28 changed files with 951 additions and 104 deletions

View File

@@ -13,4 +13,8 @@ public interface DicDataConstant {
String TWO_LINE = "Two_Line";
String THREE_LINE ="Three_Line";
String NAME_KEY = "DicCache:";
String SPLIT_SIGN = "-";
}