master
chentaisen 2024-09-03 14:52:21 +08:00
parent f578ee76dd
commit 8958dbf8dd
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 home;\n" +
return "package com.muyu.rule;\n" +
"\n" +
"/**\n" +
" * @Author: " + "Chen" + "\n" +