rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasStationArea.java
@@ -177,6 +177,13 @@ @TableField(typeHandler = JacksonTypeHandler.class) private List<String> stationAlias; /** * 区域包含站点编号集 */ @ApiModelProperty(value = "区域包含站点编号集") @TableField(typeHandler = JacksonTypeHandler.class) private List<String> stationAliasStaNo; public BasStationArea() { } @@ -188,7 +195,7 @@ public List<Long> getContainerTypes$() { public List<Long> getContainerTypes() { if (Cools.isEmpty(this.containerType)) { return new ArrayList<>(); }