测试工具类

master
Qin Dong Ming 2024-09-04 14:47:36 +08:00
parent 351890e06d
commit 78c8dbc246
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ public class GenerateConstant {
"public class " + getClassName(ruleVersion.getVersionCode()) + " extends " + level + " {\n" +
" @Override\n" +
" public void run () {\n" +
"if(DataValue.getValue==null){" +
"数据不能为空}"+
"if(DataValue.getValue==null)\n{" +
"\n数据不能为空\n}\n"+
" }\n" +
"}";
}