MyBatisCodeHelper-Pro icon indicating copy to clipboard operation
MyBatisCodeHelper-Pro copied to clipboard

父类配置与 mybatis plus 兼容问题

Open sephymartin opened this issue 2 years ago • 2 comments

image 因为没有直接使用 mybatis plus 默认的 BaseMapper(自定义 inject 了一些其他方法),因为要使用 mybatis plus 的字段注解,勾选了 mybatis plus3 支持,然后生成的 Mapper 类 接口中就会同时存在 extend BaseMapper, CustomBaseMapper 的情况,建议做个优化

sephymartin avatar May 08 '23 13:05 sephymartin

image

sephymartin avatar May 08 '23 13:05 sephymartin

ok 我弄个检测

gejun123456 avatar May 15 '23 02:05 gejun123456