fix: 调整跟踪任务数据属性字段
This commit is contained in:
@@ -4,8 +4,8 @@ package model
|
||||
type TraceData struct {
|
||||
ID string `json:"id" gorm:"column:id;primaryKey;autoIncrement"`
|
||||
TaskId int64 `json:"taskId" gorm:"task_id"` // 任务ID
|
||||
Imsi string `json:"imsi" gorm:"imsi"`
|
||||
Msisdn string `json:"msisdn" gorm:"msisdn"` // 可能存在
|
||||
IMSI string `json:"imsi" gorm:"imsi"`
|
||||
MSISDN string `json:"msisdn" gorm:"msisdn"` // 可能存在
|
||||
SrcAddr string `json:"srcAddr" gorm:"src_addr"` // 源地址带端口
|
||||
DstAddr string `json:"dstAddr" gorm:"dst_addr"` // 目标地址带端口
|
||||
IfType int64 `json:"ifType" gorm:"if_type"` // 接口类型,未分类
|
||||
|
||||
Reference in New Issue
Block a user