From 723d38375c45d24737bfef6f33a9686254abf99b Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 17 十月 2024 13:42:27 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/mapper/IvrLibaExtemplatescriptMapper.java | 30 +++++++++++++++++++----------- 1 files changed, 19 insertions(+), 11 deletions(-) diff --git a/smartor/src/main/java/com/smartor/mapper/IvrLibaExtemplatescriptMapper.java b/smartor/src/main/java/com/smartor/mapper/IvrLibaExtemplatescriptMapper.java index a2478e1..61b512a 100644 --- a/smartor/src/main/java/com/smartor/mapper/IvrLibaExtemplatescriptMapper.java +++ b/smartor/src/main/java/com/smartor/mapper/IvrLibaExtemplatescriptMapper.java @@ -2,21 +2,21 @@ import com.smartor.domain.IvrLibaExtemplatescript; import org.apache.ibatis.annotations.Mapper; +import org.apache.ibatis.annotations.Param; import java.util.List; /** * 閫氱敤妯℃澘璇濇湳Mapper鎺ュ彛 - * + * * @author ruoyi * @date 2023-12-27 */ @Mapper -public interface IvrLibaExtemplatescriptMapper -{ +public interface IvrLibaExtemplatescriptMapper { /** * 鏌ヨ閫氱敤妯℃澘璇濇湳 - * + * * @param ID 閫氱敤妯℃澘璇濇湳涓婚敭 * @return 閫氱敤妯℃澘璇濇湳 */ @@ -24,15 +24,23 @@ /** * 鏌ヨ閫氱敤妯℃澘璇濇湳鍒楄〃 - * + * * @param ivrLibaExtemplatescript 閫氱敤妯℃澘璇濇湳 * @return 閫氱敤妯℃澘璇濇湳闆嗗悎 */ public List<IvrLibaExtemplatescript> selectIvrLibaExtemplatescriptList(IvrLibaExtemplatescript ivrLibaExtemplatescript); /** + * 鏌ヨ閫氱敤妯℃澘璇濇湳鍒楄〃 + * + * @param IDs 閫氱敤妯℃澘璇濇湳閫氳繃ids + * @return 閫氱敤妯℃澘璇濇湳闆嗗悎 + */ + public List<IvrLibaExtemplatescript> queryIvrLibaExtemplatescriptList(@Param("IDs")List<Long> IDs); + + /** * 鏂板閫氱敤妯℃澘璇濇湳 - * + * * @param ivrLibaExtemplatescript 閫氱敤妯℃澘璇濇湳 * @return 缁撴灉 */ @@ -40,7 +48,7 @@ /** * 淇敼閫氱敤妯℃澘璇濇湳 - * + * * @param ivrLibaExtemplatescript 閫氱敤妯℃澘璇濇湳 * @return 缁撴灉 */ @@ -48,17 +56,17 @@ /** * 鍒犻櫎閫氱敤妯℃澘璇濇湳 - * + * * @param ID 閫氱敤妯℃澘璇濇湳涓婚敭 * @return 缁撴灉 */ - public int deleteIvrLibaExtemplatescriptByID(String ID); + public int deleteIvrLibaExtemplatescriptByID(Long ID); /** * 鎵归噺鍒犻櫎閫氱敤妯℃澘璇濇湳 - * + * * @param IDs 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎 * @return 缁撴灉 */ - public int deleteIvrLibaExtemplatescriptByIDs(String[] IDs); + public int deleteIvrLibaExtemplatescriptByIDs(Long[] IDs); } -- Gitblit v1.9.3