style: 使用常量优化部分魔法值

This commit is contained in:
2023-03-31 23:31:30 +08:00
parent 48de2e85e0
commit e6f7429fa3
10 changed files with 27 additions and 11 deletions

View File

@@ -45,6 +45,11 @@ public class StringConsts implements StrPool {
*/
public static final String ASTERISK = "*";
/**
* 问号
*/
public static final String QUESTION_MARK = "?";
/**
* 中文逗号
*/