Commit 2e77974a authored by luxq's avatar luxq

update cache

parent ca90ff37
......@@ -27,7 +27,7 @@ type TaskType struct {
Model string `orm:"column(model)" json:"model" db:"model" form:"model"`
ResultFileExpires int `orm:"column(result_file_expires)" json:"result_file_expires" db:"result_file_expires" form:"result_file_expires"`
EstimateExecTime int `orm:"column(estimat_exe_time)" json:"estimat_exe_time" db:"estimat_exe_time" form:"estimat_exe_time"`
MaxExecTime int `orm:"column(max_exec_time) db:"max_exec_time" json:"max_exec_time" form:"max_exec_time"`
MaxExecTime int `orm:"column(max_exec_time)" db:"max_exec_time" json:"max_exec_time" form:"max_exec_time"`
CreatedTime time.Time `orm:"column(created_time)" db:"created_time" json:"created_time" form:"created_time"` // 创建时间
UpdatedTime time.Time `orm:"column(updated_time)" db:"updated_time" json:"updated_time" form:"updated_time"` // 更新时间
Deleted int64 `orm:"column(deleted)" db:"deleted" json:"deleted" form:"deleted"` // 逻辑删除
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment