xyxie 1 year ago
parent
commit
bbc9e00f41
1 changed files with 6 additions and 0 deletions
  1. 6 0
      models/base_from_bridge.go

+ 6 - 0
models/base_from_bridge.go

@@ -19,3 +19,9 @@ type EdbDataFromWindBridgeData struct {
 	DataTime   string  `json:"data_time"`
 	UpdateTime string  `json:"update_time"`
 }
+
+type EdbDataFromWindSimple struct {
+	Val          string
+	DateTime     string
+	TimestampStr string
+}