fix: 基站状态记录上报移除在线用户数字段
This commit is contained in:
@@ -9,7 +9,6 @@ type NBState struct {
|
||||
CreateTime int64 `json:"createTime" gorm:"column:create_time"` // 创建时间
|
||||
Address string `json:"address" gorm:"column:address"` // 基站IP地址
|
||||
NbName string `json:"nbName" gorm:"column:nb_name"` // 基站设备名称
|
||||
UeNum int64 `json:"ueNum" gorm:"column:ue_num"` // 在线用户数
|
||||
Name string `json:"name" gorm:"column:name"` // 基站名称
|
||||
Position string `json:"position" gorm:"column:position"` // 基站位置
|
||||
State string `json:"state" gorm:"column:state"` // 基站状态 OFF ON
|
||||
|
||||
Reference in New Issue
Block a user