perf: 优化para5G参数,移除网元版本新增修改删除接口

This commit is contained in:
TsMask
2024-05-10 10:15:42 +08:00
parent ea548d0fdb
commit a4a31c9a16
6 changed files with 9 additions and 255 deletions

View File

@@ -25,9 +25,6 @@ type INeVersion interface {
// SelectByNeTypeAndNeID 通过网元类型和网元ID查询
SelectByNeTypeAndNeID(neType, neId string) model.NeVersion
// CheckUniqueTypeAndID 校验网元类型和网元ID是否唯一
CheckUniqueTypeAndID(neType, neId, id string) bool
// Operate 操作版本上传到网元主机执行命令
//
// action 安装行为install upgrade rollback