main #648
|
@ -7,7 +7,7 @@ import (
|
||||||
|
|
||||||
type ImageAuditTaskVO struct {
|
type ImageAuditTaskVO struct {
|
||||||
*dbstruct.ImageAuditTask
|
*dbstruct.ImageAuditTask
|
||||||
Account *accountproto.OpListVO `JSON:"account"`
|
Account *accountproto.OpListVO `json:"account"`
|
||||||
ImageAudits []*dbstruct.ImageAudit `json:"image_audits"`
|
ImageAudits []*dbstruct.ImageAudit `json:"image_audits"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue