修复代码生成器 controller 包名错误

This commit is contained in:
anjie 2020-06-24 12:13:55 +08:00
parent 8427e68b0f
commit 85cbd77d43
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package ${basePackage}.web.controller.${moduleName}; package ${basePackage}.web.${moduleName}.controller;
import java.util.List; import java.util.List;
import org.apache.shiro.authz.annotation.RequiresPermissions; import org.apache.shiro.authz.annotation.RequiresPermissions;
@ -26,7 +26,7 @@ import com.ruoyi.common.core.domain.Ztree;
/** /**
* ${functionName}Controller * ${functionName}Controller
* *
* @author ${author} * @author ${author}
* @date ${datetime} * @date ${datetime}
*/ */