forked from JointCloud/pcm-coordinator
parent
60b726b08c
commit
2722f689b6
|
@ -36,11 +36,11 @@ type (
|
|||
}
|
||||
|
||||
TClusterTaskQueue struct {
|
||||
Id int64 `db:"id"` // id
|
||||
AdapterId int64 `db:"adapter_id"` // 适配器id
|
||||
ClusterId int64 `db:"cluster_id"` // 集群id
|
||||
QueueNum sql.NullInt64 `db:"queue_num"` // 任务排队数量
|
||||
Date time.Time `db:"date"`
|
||||
Id int64 `db:"id"` // id
|
||||
AdapterId int64 `db:"adapter_id"` // 适配器id
|
||||
ClusterId int64 `db:"cluster_id"` // 集群id
|
||||
QueueNum int64 `db:"queue_num"` // 任务排队数量
|
||||
Date time.Time `db:"date"`
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue