com.ly.mybatis.mapperservice.service.join.inject.interfaces.ISubInject Maven / Gradle / Ivy
The newest version!
package com.ly.mybatis.mapperservice.service.join.inject.interfaces;
public interface ISubInject {
IKeyInject subJoin(Class join);
IKeyInject join(Class join);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy