|  |  | 
 |  |  |  | 
 |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
 |  |  | import com.dy.pipIrrGlobal.pojoBa.BaRolePrivilege; | 
 |  |  | import com.dy.pipIrrGlobal.pojoBa.BaUserRole; | 
 |  |  | import org.apache.ibatis.annotations.Mapper; | 
 |  |  | import org.apache.ibatis.annotations.Param; | 
 |  |  |  | 
 |  |  | @Mapper | 
 |  |  | public interface BaRolePrivilegeMapper extends BaseMapper<BaRolePrivilegeMapper> { | 
 |  |  | public interface BaRolePrivilegeMapper extends BaseMapper<BaRolePrivilege> { | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * insert record to table | 
 |  |  |      * @param record the record | 
 |  |  |      * @return insert count | 
 |  |  |      */ | 
 |  |  |     int insert(BaRolePrivilege record); | 
 |  |  |     int putin(BaRolePrivilege record); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * insert record to table selective |