fix: 网元安装移除hostId使用网元ID

This commit is contained in:
TsMask
2024-04-11 19:59:45 +08:00
parent d71123b5e7
commit 0b8d0781a2
3 changed files with 20 additions and 22 deletions

View File

@@ -15,7 +15,7 @@ type NeSoftware struct {
// ====== 非数据库字段属性 ======
HostId string `json:"hostId,omitempty" gorm:"-"` // 已记录的主机ID
NeId string `json:"neId,omitempty" gorm:"-"` // 网元ID
}
// TableName 表名称