fix: 网元版本函数优化
This commit is contained in:
@@ -22,8 +22,8 @@ type INeVersion interface {
|
||||
// DeleteByIds 批量删除信息
|
||||
DeleteByIds(ids []string) (int64, error)
|
||||
|
||||
// SelectByTypeAndID 通过网元类型和网元ID查询
|
||||
SelectByTypeAndID(neType, neId string) model.NeVersion
|
||||
// SelectByNeTypeAndNeID 通过网元类型和网元ID查询
|
||||
SelectByNeTypeAndNeID(neType, neId string) model.NeVersion
|
||||
|
||||
// CheckUniqueTypeAndID 校验网元类型和网元ID是否唯一
|
||||
CheckUniqueTypeAndID(neType, neId, id string) bool
|
||||
|
||||
Reference in New Issue
Block a user