wangpengfei
2023-08-08 eb65f4c3c6903b11424eeaefe46653acedf24448
model/request/file.go
@@ -11,7 +11,7 @@
}
type UpdateFile struct {
   Id int `json:"id"`
   Id uint `json:"id"`
   model.File
}