fix 修复 代码生成 mapper 被租户插件拦截问题

feature/model
疯狂的狮子Li 2 years ago
parent e7dc439ed3
commit c6746ed788

@ -11,7 +11,7 @@ import java.util.List;
* *
* @author Lion Li * @author Lion Li
*/ */
@InterceptorIgnore(dataPermission = "true") @InterceptorIgnore(dataPermission = "true", tenantLine = "true")
public interface GenTableColumnMapper extends BaseMapperPlus<GenTableColumnMapper, GenTableColumn, GenTableColumn> { public interface GenTableColumnMapper extends BaseMapperPlus<GenTableColumnMapper, GenTableColumn, GenTableColumn> {
/** /**
* *

@ -13,7 +13,7 @@ import java.util.List;
* *
* @author Lion Li * @author Lion Li
*/ */
@InterceptorIgnore(dataPermission = "true") @InterceptorIgnore(dataPermission = "true", tenantLine = "true")
public interface GenTableMapper extends BaseMapperPlus<GenTableMapper, GenTable, GenTable> { public interface GenTableMapper extends BaseMapperPlus<GenTableMapper, GenTable, GenTable> {
/** /**

Loading…
Cancel
Save