Changes
parent
f578ee76dd
commit
8958dbf8dd
|
@ -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 home;\n" +
|
return "package com.muyu.rule;\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"/**\n" +
|
"/**\n" +
|
||||||
" * @Author: " + "Chen" + "\n" +
|
" * @Author: " + "Chen" + "\n" +
|
||||||
|
|
Loading…
Reference in New Issue