This commit is contained in:
苏尹岚
2020-11-04 16:59:31 +08:00
parent 916736b0fb
commit ebc4f888a8
2 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ type JobOrder struct {
SubmitAuditAt time.Time `json:"submitAuditTime"` //提交审核日期
AuditAt time.Time `json:"auditAt"` //审核日期
Content string `josn:"content"` //任务审核内容
Img string `json:"img"` //任务审核图片
Imgs string `json:"imgs"` //任务审核图片
Comment string `json:"comment"` //审核理由
}