report.go 73 B

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