王兴琳
5 months ago
3 changed files with 50 additions and 29 deletions
@ -0,0 +1,19 @@ |
|||
package com.zc.business.domain; |
|||
|
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* |
|||
*/ |
|||
@Data |
|||
public class DcTollStationStatisticsDataMap { |
|||
private String tollStationCode; |
|||
private String stakMark; |
|||
private String statisticalDate; |
|||
private String facilityName; |
|||
private String id; |
|||
private Integer trafficVolume; |
|||
private Integer accessType; |
|||
private Integer periodType; |
|||
|
|||
} |
Loading…
Reference in new issue