master
chentaisen 2024-09-03 15:45:31 +08:00
parent c6f12be638
commit 7edcb1b1d5
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public class GenerateConstant {
// }
// return type;
// }
public static String generateConstant(RuleEdition ruleEdition) {
String format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date());
return "package rule.util;\n" +