master
chentaisen 2024-09-03 10:46:31 +08:00
parent d948db130f
commit 6309ec65ff
1 changed files with 2 additions and 7 deletions

View File

@ -50,12 +50,7 @@ public class GenerateConstant {
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
String format = simpleDateFormat.format(new Date());
// String level = selectType(rule.getRuleType());
return
" * @date" + format + "\n" +
" * @Description" + ruleEdition.getName() + "_" + ruleEdition.getRuleKind() + "\n" +
" * @Version1.0\n" +
" */\n" +
"public class " + ruleEdition.getRuleCoding() + " {\n" +
return "public class " + ruleEdition.getRuleCoding() + " {\n" +
" @Override\n" +
" public void run () {\n" +
" }\n" +