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

com.envision.sql.MarsMapper Maven / Gradle / Ivy

The newest version!
package com.envision.sql;

import org.apache.ibatis.annotations.Select;

import java.util.List;
import java.util.Map;

/**
 * @author qiweishi
 * @date 2018/11/13
 */
public interface MarsMapper {
    /**
     * 伪sql
     *
     * @return T
     */
    @Select("select 5 from 654")
    List> virtualSql();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy