Browse Source

Merge pull request '增加model' (#343) from fix_sche into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_GAAS_GFrame_BACKEND/pulls/343
Reviewed-by: zhangxin <xin.zhang@le-it.com.cn>
pull/346/head
zhangxin 3 years ago
parent
commit
2c2559e82a
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      models/cache/SchedulerCache.go

+ 9
- 0
models/cache/SchedulerCache.go View File

@ -0,0 +1,9 @@
package cache
type SchedulerCache struct {
TaskId string `bson:"taskId" json:"taskId"` //任务Id
WorkLineId string `bson:"workLineId" json:"workLineId"` //产线ID
Data string `bson:"data" json:"data"` //保存的数据
CreateBy string `bson:"createBy" json:"createBy"` //创建人
CreateTime string `bson:"createTime" json:"createTime"` //创建时间
}

Loading…
Cancel
Save