Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用嵌套映射器接口?:
package com.sample.package; public class SampleService{ public interface SampleMapper{ public List<MyEntity> selectAllEntities(); } }
如果是的话:
有用。