会议相关
This commit is contained in:
+4
-1
@@ -1,7 +1,7 @@
|
||||
package com.ruoyi.wisdomarbitrate.mapper;
|
||||
|
||||
import com.ruoyi.wisdomarbitrate.domain.ReservedConference;
|
||||
import org.springframework.data.repository.query.Param;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
|
||||
@@ -34,4 +34,7 @@ public interface ReservedConferenceMapper {
|
||||
* @param roomId
|
||||
*/
|
||||
void deleteByRoomId(@Param("roomId")String roomId);
|
||||
|
||||
|
||||
void batchDeleteByIds(@Param("ids") List<Long> ids);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user