From 0fbee4c1ee9d6c213b0dbcab72ce942114b7c710 Mon Sep 17 00:00:00 2001 From: tiger1103 Date: Sun, 16 Jan 2022 18:08:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/model/req.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/common/model/req.go b/app/common/model/req.go index ab4813e..e605ca8 100644 --- a/app/common/model/req.go +++ b/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"` + }