
test.test2.MapperTest2 Maven / Gradle / Ivy
package test.test2;
import org.apache.ibatis.annotations.Select;
import java.util.List;
import java.util.Map;
/**
* @author : jiangchanghong
* @version : 2020-02-20 11:41
**/
public interface MapperTest2 {
@Select("select * from table1")
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy