xyxie 1 năm trước cách đây
mục cha
commit
bbc9e00f41
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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
+}