代码生成支持自定义路径

This commit is contained in:
RuoYi
2020-07-08 17:22:14 +08:00
parent 154b8d9db8
commit 58bbf6c36d
10 changed files with 192 additions and 24 deletions

View File

@ -1,4 +1,4 @@
package ${basePackage}.web.controller.${moduleName};
package ${packageName}.controller;
import java.util.List;
import org.apache.shiro.authz.annotation.RequiresPermissions;