# 立志程序眼
---
代碼測試
、褐隆、、java
package org.springboot.sample.mapper;import java.util.List;import org.springboot.sample.entity.Student;/** * StudentMapper剖踊,映射SQL語句的接口庶弃,無邏輯實現(xiàn) * * @author 單紅宇(365384722) * @myblog http://blog.csdn.net/catoop/ * @create 2016年1月20日 */public interface StudentMapper extends MyMapper{? ? ListlikeName(String name);
Student getById(int id);
String getNameById(int id);
}
、德澈、歇攻、