report.go 70 B

12345
  1. package model
  2. type QueryNumReq struct {
  3. Date string `json:"date"`
  4. }