smartor/src/main/java/com/smartor/service/IIvrTaskcalldetailService.java
@@ -1,7 +1,9 @@ package com.smartor.service; import java.util.List; import com.smartor.domain.IvrTaskcalldetail; import com.smartor.domain.IvrTaskcalldetailReq; /** * 语音任务呼叫明细Service接口 @@ -9,8 +11,7 @@ * @author smartor * @date 2023-03-24 */ public interface IIvrTaskcalldetailService { public interface IIvrTaskcalldetailService { /** * 查询语音任务呼叫明细 * @@ -58,4 +59,6 @@ * @return 结果 */ public int deleteIvrTaskcalldetailByCalldetailid(String calldetailid); public Integer saveQuestionAnswer(IvrTaskcalldetailReq ivrTaskcalldetailReq); }