|
|
@@ -6,6 +6,7 @@ public class TjFloat {
|
|
|
|
|
|
public String date;
|
|
|
public String name;
|
|
|
+ public String meterName;
|
|
|
public Double num;
|
|
|
|
|
|
public String getDate() {
|
|
|
@@ -24,6 +25,14 @@ public class TjFloat {
|
|
|
this.name = name;
|
|
|
}
|
|
|
|
|
|
+ public String getMeterName() {
|
|
|
+ return meterName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMeterName(String meterName) {
|
|
|
+ this.meterName = meterName;
|
|
|
+ }
|
|
|
+
|
|
|
public Double getNum() {
|
|
|
return DataBliu.getTwo(num);
|
|
|
}
|