修复结构体 tag 字段的错误使用

结构体的 tag 字段的多个 key-value 对需要使用空格分隔,否则会有以下警告:
struct field tag `json:"attachments" form:"attachments" gorm:"column:attachments;comment:相关附件;"swaggertype:"array,object"` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces
This commit is contained in:
huiyifyj 2024-12-16 21:55:44 +08:00
parent 2cd76c752f
commit fe6830b77a
No known key found for this signature in database
GPG Key ID: 67D4F264AF9D2C4C
1 changed files with 4 additions and 4 deletions