feat: 网元数据CDR和UE事件接口新增查询删除
This commit is contained in:
@@ -6,4 +6,7 @@ import "ems.agt/src/modules/network_data/model"
|
||||
type ICDREvent interface {
|
||||
// SelectPage 根据条件分页查询
|
||||
SelectPage(querys model.CDREventQuery) map[string]any
|
||||
|
||||
// DeleteByIds 批量删除信息
|
||||
DeleteByIds(cdrIds []string) (int64, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user