zhou zhou
昨天 fb8f89c2d44c0a3226897f9704f86695e9d2d5b6
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasStation.java
@@ -89,7 +89,7 @@
     */
    @ApiModelProperty(value = "可跨区区域id")
    @TableField(typeHandler = JacksonTypeHandler.class)
    private List<Long> crossZoneArea;
    private List<Integer> crossZoneArea;
    /**
     * 是否wcs站点
@@ -108,7 +108,7 @@
     */
    @ApiModelProperty(value = "容器类型")
    @TableField(typeHandler = JacksonTypeHandler.class)
    private List<Long> containerType;
    private List<Integer> containerType;
    /**
     * 条码
@@ -276,4 +276,6 @@
                return null;
        }
    }
}