zhangqian
2023-10-31 dd75b36c03049be232a94d97eff1c4a5cc751fb5
model/response/common.go
@@ -64,3 +64,14 @@
   CountDownMinute int64 //倒计时 分
   ShowCountDown   bool  //是否展示倒计时
}
type Message struct {
   Event string
   Data  interface{}
}
type DeviceListResponse struct {
   SystemDeviceID  string   `json:"systemDeviceID,omitempty"`  //工控机设备ID
   CurrentDeviceID string   `json:"currentDeviceID,omitempty"` //当前选定的生产设备
   DeviceIDList    []string `json:"deviceIDList,omitempty"`    //生产设备id列表
}