zhanghua
7 天以前 c4c1c6cf89781eb06dc02b677a8954fdb2666c43
ycl-platform/src/main/java/com/ycl/entity/equipment/EquipmentBayonet.java
@@ -35,9 +35,9 @@
    /**
     * 卡口名称
     */
    @TableField("bayonet_name")
    @TableField("name")
    @ExcelProperty(index = 1, value = "卡口名称")
    private String bayonetName;
    private String name;
    /**
     * 卡口经度
@@ -82,4 +82,10 @@
     */
    @TableField("in_out_city_type")
    private Integer inOutCityType;
    /**
     * 所属区域
     */
    @TableField("belong_area")
    private String belongArea;
}