修改容器内部路径

master
Qin Dong Ming 2024-09-08 10:34:43 +08:00
parent 3592f4a10b
commit 743b4d00d1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class GenerateConstant {
String format = simpleDateFormat.format(new Date());
// String level = selectType(ruleData.getScope());
return PACKAGE_PATH + "\n" +
ACTION_IMPORT + "\n" +
SCOPE_IMPORT + "\n" +
// SCOPE_IMPORT + level + ";\n" +
"\n" +
"/**\n" +