修复代码生成器 controller 包名错误
This commit is contained in:
parent
8427e68b0f
commit
85cbd77d43
|
|
@ -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}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue