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