liusheng
2024-07-04 524918761cf05d26d998d80b8f2f098d745c1987
smartor/src/main/java/com/smartor/service/IIvrLibaExtemplateService.java
@@ -34,7 +34,7 @@
     * @param ivrLibaExtemplate 通过模板
     * @return 结果
     */
    public int insertIvrLibaExtemplate(IvrLibaExtemplate ivrLibaExtemplate);
    public IvrLibaExtemplate insertIvrLibaExtemplate(IvrLibaExtemplate ivrLibaExtemplate);
    /**
     * 修改通过模板
@@ -50,7 +50,7 @@
     * @param IDs 需要删除的通过模板主键集合
     * @return 结果
     */
    public int deleteIvrLibaExtemplateByIDs(String[] IDs);
    public int deleteIvrLibaExtemplateByIDs(Long[] IDs);
    /**
     * 删除通过模板信息
@@ -58,5 +58,5 @@
     * @param ID 通过模板主键
     * @return 结果
     */
    public int deleteIvrLibaExtemplateByID(String ID);
    public int deleteIvrLibaExtemplateByID(Long ID);
}