Changes
parent
56795933a2
commit
c5fde2cae9
|
@ -20,10 +20,10 @@ public class GenerateConstant {
|
|||
// }
|
||||
public static String generateConstant(RuleEdition ruleEdition) {
|
||||
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" +
|
||||
" * @Author: " + "YiBo.Liu" + "\n" +
|
||||
" * @Author: " + "Chen" + "\n" +
|
||||
" * @date: " + format + "\n" +
|
||||
" * @Description: " + "\n" +
|
||||
" * @Version: 1.0\n" +
|
||||
|
|
Loading…
Reference in New Issue