fix: 软件报直装记录版本号
This commit is contained in:
@@ -26,7 +26,5 @@ type INeSoftware interface {
|
||||
CheckUniqueTypeAndNameAndVersion(neType, name, version, id string) bool
|
||||
|
||||
// InstallToNeHost 安装包上传到网元主机执行安装命令
|
||||
//
|
||||
// action 安装行为:install upgrade
|
||||
InstallToNeHost(action string, neSoftware model.NeSoftware, preinput map[string]string) (string, error)
|
||||
InstallToNeHost(neSoftware model.NeSoftware, preinput map[string]string) (string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user