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 149901c2c9 - Show all commits

View File

@ -7,7 +7,7 @@ import (
type ImageAuditTaskVO struct {
*dbstruct.ImageAuditTask
Account *accountproto.OpListVO `JSON:"account"`
Account *accountproto.OpListVO `json:"account"`
ImageAudits []*dbstruct.ImageAudit `json:"image_audits"`
}