capturePeriods.go 134 B

123456
  1. package model
  2. type ResponseCapturePeriods struct {
  3. Hours string `json:"hours"` //时
  4. CountT int `json:"countT"` //总报警
  5. }