Explorar el Código

fit: 更新workro json tag 字段

gaoyagang hace 1 año
padre
commit
37ef427a0e
Se han modificado 1 ficheros con 27 adiciones y 27 borrados
  1. 27 27
      datacenter_client/types.go

+ 27 - 27
datacenter_client/types.go

@@ -69,33 +69,33 @@ type (
 		ProjectId           int64   `json:"project_id"`
 		DeviceCode          string  `json:"device_code"`
 		WaterTemperature    float64 `json:"water_temperature"`
-		FeedFlow_1St        float64 `json:"feed_flow_1_st"`
-		ConFlow_1St         float64 `json:"con_flow_1_st"`
-		ProductFlow_1St     float64 `json:"product_flow_1_st"`
-		FeedPressure_1St    float64 `json:"feed_pressure_1_st"`
-		ConPressure_1St     float64 `json:"con_pressure_1_st"`
-		ProductPressure_1St float64 `json:"product_pressure_1_st"`
-		Tmp_1St             float64 `json:"tmp_1_st"`
-		Flux_1St            float64 `json:"flux_1_st"`
-		Permeability_1St    float64 `json:"permeability_1_st"`
-		FeedFlow_2Nd        float64 `json:"feed_flow_2_nd"`
-		ConFlow_2Nd         float64 `json:"con_flow_2_nd"`
-		ProductFlow_2Nd     float64 `json:"product_flow_2_nd"`
-		FeedPressure_2Nd    float64 `json:"feed_pressure_2_nd"`
-		ConPressure_2Nd     float64 `json:"con_pressure_2_nd"`
-		ProductPressure_2Nd float64 `json:"product_pressure_2_nd"`
-		Tmp_2Nd             float64 `json:"tmp_2_nd"`
-		Flux_2Nd            float64 `json:"flux_2_nd"`
-		Permeability_2Nd    float64 `json:"permeability_2_nd"`
-		FeedFlow_3Th        float64 `json:"feed_flow_3_th"`
-		ConFlow_3Th         float64 `json:"con_flow_3_th"`
-		ProductFlow_3Th     float64 `json:"product_flow_3_th"`
-		FeedPressure_3Th    float64 `json:"feed_pressure_3_th"`
-		ConPressure_3Th     float64 `json:"con_pressure_3_th"`
-		ProductPressure_3Th float64 `json:"product_pressure_3_th"`
-		Tmp_3Th             float64 `json:"tmp_3_th"`
-		Flux_3Th            float64 `json:"flux_3_th"`
-		Permeability_3Th    float64 `json:"permeability_3_th"`
+		FeedFlow_1St        float64 `json:"feed_flow_1st"`
+		ConFlow_1St         float64 `json:"con_flow_1st"`
+		ProductFlow_1St     float64 `json:"product_flow_1st"`
+		FeedPressure_1St    float64 `json:"feed_pressure_1st"`
+		ConPressure_1St     float64 `json:"con_pressure_1st"`
+		ProductPressure_1St float64 `json:"product_pressure_1st"`
+		Tmp_1St             float64 `json:"tmp_1st"`
+		Flux_1St            float64 `json:"flux_1st"`
+		Permeability_1St    float64 `json:"permeability_1st"`
+		FeedFlow_2Nd        float64 `json:"feed_flow_2nd"`
+		ConFlow_2Nd         float64 `json:"con_flow_2nd"`
+		ProductFlow_2Nd     float64 `json:"product_flow_2nd"`
+		FeedPressure_2Nd    float64 `json:"feed_pressure_2nd"`
+		ConPressure_2Nd     float64 `json:"con_pressure_2nd"`
+		ProductPressure_2Nd float64 `json:"product_pressure_2nd"`
+		Tmp_2Nd             float64 `json:"tmp_2nd"`
+		Flux_2Nd            float64 `json:"flux_2nd"`
+		Permeability_2Nd    float64 `json:"permeability_2nd"`
+		FeedFlow_3Th        float64 `json:"feed_flow_3th"`
+		ConFlow_3Th         float64 `json:"con_flow_3th"`
+		ProductFlow_3Th     float64 `json:"product_flow_3th"`
+		FeedPressure_3Th    float64 `json:"feed_pressure_3th"`
+		ConPressure_3Th     float64 `json:"con_pressure_3th"`
+		ProductPressure_3Th float64 `json:"product_pressure_3th"`
+		Tmp_3Th             float64 `json:"tmp_3th"`
+		Flux_3Th            float64 `json:"flux_3th"`
+		Permeability_3Th    float64 `json:"permeability_3th"`
 		FeedWqTurbidity     float64 `json:"feed_wq_turbidity"`
 		FeedWqPh            int64   `json:"feed_wq_ph"`
 		ProductWqPh         int64   `json:"product_wq_ph"`