疯狂的狮子li
2023-04-21 4e1f9701954a2a46af9591231e8d7438181dc75e
fix 修复 代码生成幂等注解路径错误
已修改1个文件
2 ■■■ 文件已修改
ruoyi-modules/ruoyi-generator/src/main/resources/vm/java/controller.java.vm 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-modules/ruoyi-generator/src/main/resources/vm/java/controller.java.vm
@@ -8,7 +8,7 @@
import cn.dev33.satoken.annotation.SaCheckPermission;
import org.springframework.web.bind.annotation.*;
import org.springframework.validation.annotation.Validated;
import annotation.idempotent.common.org.dromara.RepeatSubmit;
import org.dromara.annotation.idempotent.common.RepeatSubmit;
import org.dromara.common.log.annotation.Log;
import org.dromara.common.web.core.BaseController;
import org.dromara.common.mybatis.core.page.PageQuery;