给版本设置默认值

master
Qin Dong Ming 2024-09-04 14:59:47 +08:00
parent a9e1266e38
commit 4079c01ff5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class GenerateConstant {
" @Override\n" + " @Override\n" +
" public void run () {\n" + " public void run () {\n" +
"if(DataValue.getValue==null)\n{" + "if(DataValue.getValue==null)\n{" +
"\n数据不能为空\n}\n"+ "\nthrow new RuntimeException(\"数据不能为空!!!\");\n}\n"+
" }\n" + " }\n" +
"}"; "}";
} }