liurunyu
2024-06-11 2e914bc2c2fc2fae4803b4c3b6483e205e4eb8a5
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoBa/BaRolePrivilegeMapper.java
@@ -6,14 +6,14 @@
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