Mybatis中mapper继承

前言 博主github 博主我的博客http://blog.healerjean.com 一、mapper 1.一、父mapper public interface FatherMapper { DemoEntity findById1(); DemoEntity extendMethod(); } 1.二、子mapper public interface SonMapper
相关文章
相关标签/搜索