Browse Source

添加返回给前端的数据字段

pull/350/head
zhangxin 3 years ago
parent
commit
52bf809bde
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      models/report/report.go

+ 4
- 1
models/report/report.go View File

@ -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"`
}

Loading…
Cancel
Save