audit job

This commit is contained in:
苏尹岚
2020-10-16 15:03:16 +08:00
parent 1c1784943e
commit 4737c354e4
5 changed files with 102 additions and 3 deletions

View File

@@ -94,6 +94,7 @@ type JobOrder struct {
AuditAt time.Time `json:"auditAt"` //审核日期
Content string `josn:"content"` //任务审核内容
Img string `json:"img"` //任务审核图片
Comment string `json:"comment"` //审核理由
}
func (v *JobOrder) TableIndex() [][]string {