✨作者主页:IT研究室✨
个人简介:曾从事计算机专业培训教学,擅长Java、Python、微信小程序、Golang、安卓Android等。接项目定制开发、代码讲解、答辩教学、文档编写、降重等。
☑文末获取源码☑
精彩专栏推荐⬇⬇⬇
Java项目
Python项目
安卓项目
微信小程序项目






package com.huyang.dao.mapper;
import com.huyang.dao.po.College;
import com.huyang.dao.po.CollegeExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CollegeMapper {
int countByExample(CollegeExample example);
int deleteByExample(CollegeExample example);
int deleteByPrimaryKey(String collegeId);
int insert(College record);
int insertSelective(College record);
List selectByExample(CollegeExample example);
College selectByPrimaryKey(String collegeId);
int updateByExampleSelective(@Param("record") College record, @Param("example") CollegeExample example);
int updateByExample(@Param("record") College record, @Param("example") CollegeExample example);
int updateByPrimaryKeySelective(College record);
int updateByPrimaryKey(College record);
}

大家可以帮忙点赞、收藏、关注、评论啦~
源码获取:私信我