| File was renamed from ard-work/src/main/java/com/ruoyi/alarm/config/mapper/ArdAlarmTypeConfigMapper.java |
| | |
| | | package com.ruoyi.alarm.config.mapper; |
| | | |
| | | import java.util.List; |
| | | import com.ruoyi.alarm.config.domain.ArdAlarmTypeConfig; |
| | | import com.ruoyi.system.domain.SysUserRole; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 报警类型用户关联Mapper接口 |
| | |
| | | * @param userId 关联的用户id |
| | | * @return 结果 |
| | | */ |
| | | public int deleteArdAlarmTypeConfigByCurrentUserId(String userId); |
| | | public int deleteArdAlarmTypeConfigByUserId(String userId); |
| | | |
| | | /** |
| | | * 批量新增报警类型用户关联 |
| | | * |
| | | * @param ardAlarmTypeConfigList 报警类型用户列表 |
| | | * @return 结果 |
| | | */ |
| | | public int batchAlarmTypeConfig(List<ArdAlarmTypeConfig> ardAlarmTypeConfigList); |
| | | |
| | | } |