fix 定时任务详情
This commit is contained in:
parent
6bdc7a836b
commit
9a088be0da
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user