zhanghua
2023-09-08 7ef4892f9f24f941aca37e6b3991b808a0aca619
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,15 +72,30 @@
     * 前端类型
     */
    @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;
}