| | |
| | | * @param ivrLibaExtemplate 通过模板 |
| | | * @return 结果 |
| | | */ |
| | | public int insertIvrLibaExtemplate(IvrLibaExtemplate ivrLibaExtemplate); |
| | | public Boolean insertIvrLibaExtemplate(IvrLibaExtemplate ivrLibaExtemplate); |
| | | |
| | | /** |
| | | * 修改通过模板 |
| | |
| | | * @param ID 通过模板主键 |
| | | * @return 结果 |
| | | */ |
| | | public int deleteIvrLibaExtemplateByID(String ID); |
| | | public int deleteIvrLibaExtemplateByID(Long ID); |
| | | |
| | | /** |
| | | * 批量删除通过模板 |
| | |
| | | * @param IDs 需要删除的数据主键集合 |
| | | * @return 结果 |
| | | */ |
| | | public int deleteIvrLibaExtemplateByIDs(String[] IDs); |
| | | public int deleteIvrLibaExtemplateByIDs(Long[] IDs); |
| | | } |