Changes
parent
c5fde2cae9
commit
f578ee76dd
|
@ -20,7 +20,7 @@ public class GenerateConstant {
|
||||||
// }
|
// }
|
||||||
public static String generateConstant(RuleEdition ruleEdition) {
|
public static String generateConstant(RuleEdition ruleEdition) {
|
||||||
String format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date());
|
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" +
|
||||||
"/**\n" +
|
"/**\n" +
|
||||||
" * @Author: " + "Chen" + "\n" +
|
" * @Author: " + "Chen" + "\n" +
|
||||||
|
|
Loading…
Reference in New Issue