From 52bf809bdee5a0e624f115fe2063a3312315cd17 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Thu, 24 Jun 2021 15:27:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=94=E5=9B=9E=E7=BB=99?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E7=9A=84=E6=95=B0=E6=8D=AE=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/report/report.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/models/report/report.go b/models/report/report.go index 7c99106..74c4417 100644 --- a/models/report/report.go +++ b/models/report/report.go @@ -4,9 +4,12 @@ type AWMDisplay struct { Title string `json:"title"` Uom string `json:"uom"` Avg float64 `json:"avg"` - Data []FilterDataInfo `json:"data"` Start string `json:"start"` End string `json:"end"` Standard float64 `json:"standard"` UseField string `json:"useField"` + Data []FilterDataInfo `json:"data"` + Capacity int `json:"capacity"` + MU float64 `json:"mu"` + Cate string `json:"cate"` }