添加部分常量

pull/22/head
rays 2021-07-15 18:17:15 +08:00
parent 7a190c1011
commit 465f54f8db
1 changed files with 6 additions and 0 deletions

View File

@ -44,4 +44,10 @@ public interface SymbolConstant {
String AND = "&";
String POINT = ".";
String SLASH = "/";
String BACK_SLASH = "\\";
}