del: 移除网元授权新增修改删除接口

This commit is contained in:
TsMask
2024-05-10 10:02:31 +08:00
parent a9f0415b61
commit 0658203def
5 changed files with 0 additions and 154 deletions

View File

@@ -22,9 +22,6 @@ type INeLicense interface {
// DeleteByIds 批量删除信息
DeleteByIds(ids []string) (int64, error)
// CheckUniqueTypeAndID 校验网元类型和网元ID是否唯一
CheckUniqueTypeAndID(neType, neId, id string) bool
// SelectByNeTypeAndNeID 通过ne_type和ne_id查询信息
SelectByNeTypeAndNeID(neType, neId string) model.NeLicense