zhangzengfei
2024-10-19 1ca4879df9cc3c22181b2a200aa4b793116d3d35
model/model.go
@@ -12,13 +12,6 @@
   PicSmImages:  nil,
}
var PushDataInfoV2 = &pushDataInfoV2{
   PicMaxImages: nil,
   PicSmImages:  nil,
   CameraFloor:  "",
   DataSource:   "smart-ai",
}
type BaseCompareInfo struct {
   BwType       string  `json:"bwType"`
   TableId      string  `json:"tableId"`
@@ -66,7 +59,7 @@
   PicH int `json:"picH"`
}
type pushDataInfoV2 struct {
type PushDataInfoV2 struct {
   CameraId     string   `json:"cameraId"`
   CameraFloor  string   `json:"cameraFloor"` //摄像机楼层
   Direction    string   `json:"direction"`   // 摄像机运行方向 up or down