wl
2022-11-28 160f973ce4eb04e690c396ebd45bffbc6fb99961
ycl-platform/src/main/java/com/ycl/vo/equipment/EquipmentBayonetVO.java
@@ -31,7 +31,7 @@
     */
    @ApiModelProperty(value = "卡口名称")
    @ExcelProperty(index = 0, value = "卡口名称")
    private String bayonetName;
    private String name;
    /**
     * 卡口经度
@@ -72,13 +72,29 @@
     * 前端类型
     */
    @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;
    @ExcelIgnore
    private String belongArea;
}