@ -11,7 +11,7 @@ import java.util.List;
*
* @author Lion Li
*/
@InterceptorIgnore(dataPermission = "true")
@InterceptorIgnore(dataPermission = "true", tenantLine = "true")
public interface GenTableColumnMapper extends BaseMapperPlus<GenTableColumnMapper, GenTableColumn, GenTableColumn> {
/**
* 根据表名称查询列信息
@ -13,7 +13,7 @@ import java.util.List;
public interface GenTableMapper extends BaseMapperPlus<GenTableMapper, GenTable, GenTable> {