main #648

Merged
chenhao merged 2 commits from main into test 2024-07-24 14:19:44 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3cdc52c75e - Show all commits

View File

@ -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"`
} }