master
chentaisen 2024-09-03 14:37:33 +08:00
parent 56795933a2
commit c5fde2cae9
1 changed files with 16 additions and 16 deletions

View File

@ -20,10 +20,10 @@ 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 com.muyu.etl.rule.util;\n" + return "package rule.data.engine;\n" +
"\n" + "\n" +
"/**\n" + "/**\n" +
" * @Author: " + "YiBo.Liu" + "\n" + " * @Author: " + "Chen" + "\n" +
" * @date: " + format + "\n" + " * @date: " + format + "\n" +
" * @Description: " + "\n" + " * @Description: " + "\n" +
" * @Version: 1.0\n" + " * @Version: 1.0\n" +