mybatis-mapper / mapper

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

mapper 不应该依赖 common #79

Open sufanx opened 1 year ago

sufanx commented 1 year ago

文档中有写

当前模块包含了简单的封装代码,这部分的代码在 service 和 activerecord 中被用到, 如果不使用这两个包的功能,也不需要 common 模块的代码

用不到 common ,但是 mapper 却依赖了 common 。没有细看 mapper 中是否用到了 common ,但至少 common 中不应该有 Response 等类。