|
@ -18,7 +18,7 @@ public class TrafficFlowStatisticsMap { |
|
|
private String direction; |
|
|
private String direction; |
|
|
private String statisticalDate; |
|
|
private String statisticalDate; |
|
|
private String facilityName; |
|
|
private String facilityName; |
|
|
private Long trafficVolume; |
|
|
private Long trafficVolume = 0L; // 默认值;
|
|
|
private String periodType; |
|
|
private String periodType; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|