fix 定时任务详情

This commit is contained in:
yxh 2023-07-12 21:33:09 +08:00
parent 6bdc7a836b
commit 9a088be0da

View File

@ -31,6 +31,8 @@ type SysJobInfoRes struct {
Remark string `orm:"remark" json:"remark"` // 备注信息
CreatedAt *gtime.Time `orm:"created_at" json:"createdAt"` // 创建时间
UpdatedAt *gtime.Time `orm:"updated_at" json:"updatedAt"` // 更新时间
CreatedUser *LinkUserRes `orm:"with:id=created_by" json:"createdUser"`
UpdatedUser *LinkUserRes `orm:"with:id=updated_by" json:"updatedUser"`
}
type SysJobListRes struct {