master
chentaisen 2024-09-03 14:42:59 +08:00
parent c5fde2cae9
commit f578ee76dd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class GenerateConstant {
// }
public static String generateConstant(RuleEdition ruleEdition) {
String format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date());
return "package rule.data.engine;\n" +
return "package home;\n" +
"\n" +
"/**\n" +
" * @Author: " + "Chen" + "\n" +