| | |
| | | package com.smartor.mapper; |
| | | |
| | | import com.smartor.domain.IvrLibaTemplateScript; |
| | | import com.smartor.domain.VO.PatSatisfactionReqVO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.Arrays; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * 模版问题话术库Mapper接口 |
| | |
| | | * @date 2023-12-23 |
| | | */ |
| | | @Mapper |
| | | public interface IvrLibaTemplateScriptMapper |
| | | { |
| | | public interface IvrLibaTemplateScriptMapper { |
| | | /** |
| | | * 查询模版问题话术库 |
| | | * |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteIvrLibaTemplateScriptByIDs(Long[] IDs); |
| | | |
| | | public List<IvrLibaTemplateScript> queryLibTemplateIds(@Param("scriptAssortids") List<Long> scriptAssortids); |
| | | } |