Explorar o código

Merge remote-tracking branch 'github/os-v2' into os-v2

yxh %!s(int64=4) %!d(string=hai) anos
pai
achega
476aebf964
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      app/common/model/req.go

+ 6 - 0
app/common/model/req.go

@@ -12,3 +12,9 @@ type PageReq struct {
 	Ctx       context.Context `swaggerignore:"true"`
 	OrderBy   string          //排序方式
 }
+
+type UpFile struct { 
+	Name string `json:"name"` 
+	Url string `json:"url"` 
+	Uid uint64 `json:"uid"` 
+ }