All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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> list();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy