mybatis-mapper / mapper

MyBatis Mapper
https://mapper.mybatis.io
Apache License 2.0
325 stars 47 forks source link

动态表名 #49

Closed marsal1212 closed 1 year ago

marsal1212 commented 1 year ago

provider中添加动态表名的处理(除selectByPrimaryKey,deleteByPrimaryKey等类似方法外) 添加相应的测试

abel533 commented 1 year ago

可以一起讨论一下。。我用SPI+cglib也实现了动态表名。。也需要增加 tableName 这样的方法。