|
|
|
@@ -13,6 +13,7 @@ type PCMJob struct { |
|
|
|
JobSetID schsdk.JobSetID `gorm:"column:jobset_id" json:"jobSetID"` |
|
|
|
LocalJobID string `gorm:"column:local_job_id" json:"localJobID"` |
|
|
|
Param string `gorm:"column:param" json:"param"` |
|
|
|
Token string `gorm:"column:token" json:"token"` |
|
|
|
CreatedAt time.Time `gorm:"column:created_at" json:"createdAt"` |
|
|
|
} |
|
|
|
|
|
|
|
|