package com.ghsc.partybuild.mapper; import com.ghsc.partybuild.model.ApRolemodular; import com.ghsc.partybuild.model.ApRolemodularExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface ApRolemodularMapper { long countByExample(ApRolemodularExample example); int deleteByExample(ApRolemodularExample example); int deleteByPrimaryKey(String rmid); int insert(ApRolemodular record); int insertSelective(ApRolemodular record); List selectByExample(ApRolemodularExample example); ApRolemodular selectByPrimaryKey(String rmid); int updateByExampleSelective(@Param("record") ApRolemodular record, @Param("example") ApRolemodularExample example); int updateByExample(@Param("record") ApRolemodular record, @Param("example") ApRolemodularExample example); int updateByPrimaryKeySelective(ApRolemodular record); int updateByPrimaryKey(ApRolemodular record); }