fix 修复 代码生成 mapper 被租户插件拦截问题
| | |
| | | * |
| | | * @author Lion Li |
| | | */ |
| | | @InterceptorIgnore(dataPermission = "true") |
| | | @InterceptorIgnore(dataPermission = "true", tenantLine = "true") |
| | | public interface GenTableColumnMapper extends BaseMapperPlus<GenTableColumnMapper, GenTableColumn, GenTableColumn> { |
| | | /** |
| | | * 根据表名称查询列信息 |
| | |
| | | * |
| | | * @author Lion Li |
| | | */ |
| | | @InterceptorIgnore(dataPermission = "true") |
| | | @InterceptorIgnore(dataPermission = "true", tenantLine = "true") |
| | | public interface GenTableMapper extends BaseMapperPlus<GenTableMapper, GenTable, GenTable> { |
| | | |
| | | /** |