fix: 软件报直装记录版本号

This commit is contained in:
TsMask
2024-04-12 17:27:12 +08:00
parent e87e5c3664
commit 2cb4c2fc9b
3 changed files with 34 additions and 24 deletions

View File

@@ -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)
}