diff --git a/ruoyi-generator/src/main/resources/vm/java/controller.java.vm b/ruoyi-generator/src/main/resources/vm/java/controller.java.vm index c5caa7724..95b031cdc 100644 --- a/ruoyi-generator/src/main/resources/vm/java/controller.java.vm +++ b/ruoyi-generator/src/main/resources/vm/java/controller.java.vm @@ -1,4 +1,4 @@ -package ${basePackage}.web.controller.${moduleName}; +package ${basePackage}.web.${moduleName}.controller; import java.util.List; import org.apache.shiro.authz.annotation.RequiresPermissions; @@ -26,7 +26,7 @@ import com.ruoyi.common.core.domain.Ztree; /** * ${functionName}Controller - * + * * @author ${author} * @date ${datetime} */