首页>代码>SpringMVC+Mybatis+maven(dao层泛型,service层泛型,serviceImpl层泛型)整合入门实例>/generator/src/andy/dao/CourseInfoMapper.java
package andy.dao;
import andy.model.CourseInfo;
public interface CourseInfoMapper {
int deleteByPrimaryKey(Integer id);
int insert(CourseInfo record);
int insertSelective(CourseInfo record);
CourseInfo selectByPrimaryKey(Integer id);
int updateByPrimaryKeySelective(CourseInfo record);
int updateByPrimaryKey(CourseInfo record);
}
最近下载更多

最近浏览