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

@@ -21,7 +21,4 @@ type INeLicense interface {
// DeleteByIds 批量删除信息
DeleteByIds(ids []string) int64
// CheckUniqueTypeAndID 校验网元类型和网元ID是否唯一
CheckUniqueTypeAndID(neLicense model.NeLicense) string
}