| | |
| | | */ |
| | | @ApiModelProperty(value = "卡口名称") |
| | | @ExcelProperty(index = 0, value = "卡口名称") |
| | | private String bayonetName; |
| | | private String name; |
| | | |
| | | /** |
| | | * 卡口经度 |
| | |
| | | * 前端类型 |
| | | */ |
| | | @ApiModelProperty(value = "前端类型") |
| | | @ExcelIgnore |
| | | private Integer frontEndType; |
| | | |
| | | /** |
| | | * 出入城类型 |
| | | */ |
| | | @ApiModelProperty(value = "出入城类型") |
| | | @ExcelIgnore |
| | | private Integer inOutCityType; |
| | | /** |
| | | * 前端类型 |
| | | */ |
| | | @ApiModelProperty(value = "前端类型") |
| | | @ExcelProperty(index = 5, value = "前端类型") |
| | | private String frontEndType; |
| | | private String frontEndTypeName; |
| | | |
| | | /** |
| | | * 出入城类型 |
| | | */ |
| | | @ApiModelProperty(value = "出入城类型") |
| | | @ExcelProperty(index = 6, value = "出入城类型") |
| | | private String inOutCityType; |
| | | private String inOutCityTypeName; |
| | | |
| | | @ApiModelProperty(value = "所属区域") |
| | | @ExcelProperty(index = 7, value = "所属区域") |
| | | private String belongArea; |
| | | } |