package com.dy.pmsGlobal.daoBa; import com.dy.pmsGlobal.pojoBa.BaUserRole; import org.apache.ibatis.annotations.Mapper; @Mapper public interface BaUserRoleMapper { int insert(BaUserRole record); int insertSelective(BaUserRole record); void deleteByUserId(Long userId) ; }