package com.sincere.student.mapper; import com.sincere.student.dto.yx.AddYxSchoolVo; import com.sincere.student.model.yx.SysYxSchool; import java.util.List; public interface SysYxSchoolMapper { int deleteByPrimaryKey(Integer id); int insertSelective(SysYxSchool record); SysYxSchool selectByPrimaryKey(Integer id); int updateByPrimaryKeySelective(SysYxSchool record); List selectList(AddYxSchoolVo vo); int getListCount(AddYxSchoolVo vo); }