修复代码生成器 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 org.apache.shiro.authz.annotation.RequiresPermissions;
|
||||
|
|
@ -26,7 +26,7 @@ import com.ruoyi.common.core.domain.Ztree;
|
|||
|
||||
/**
|
||||
* ${functionName}Controller
|
||||
*
|
||||
*
|
||||
* @author ${author}
|
||||
* @date ${datetime}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue