文件名从 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 鍏宠仈鐨勭敤鎴穒d |
| | | * @return 缁撴灉 |
| | | */ |
| | | public int deleteArdAlarmTypeConfigByCurrentUserId(String userId); |
| | | public int deleteArdAlarmTypeConfigByUserId(String userId); |
| | | |
| | | /** |
| | | * 鎵归噺鏂板鎶ヨ绫诲瀷鐢ㄦ埛鍏宠仈 |
| | | * |
| | | * @param ardAlarmTypeConfigList 鎶ヨ绫诲瀷鐢ㄦ埛鍒楄〃 |
| | | * @return 缁撴灉 |
| | | */ |
| | | public int batchAlarmTypeConfig(List<ArdAlarmTypeConfig> ardAlarmTypeConfigList); |
| | | |
| | | } |