| | |
| | | * 条码 |
| | | */ |
| | | @ApiModelProperty(value = "条码") |
| | | @TableField(updateStrategy = FieldStrategy.IGNORED) |
| | | @TableField(updateStrategy = FieldStrategy.ALWAYS) |
| | | private String barcode; |
| | | |
| | | /** |
| | |
| | | @TableField(typeHandler = JacksonTypeHandler.class) |
| | | private List<String> stationAlias; |
| | | |
| | | /** |
| | | * 区域包含站点编号集 |
| | | */ |
| | | @ApiModelProperty(value = "区域包含站点编号集") |
| | | @TableField(typeHandler = JacksonTypeHandler.class) |
| | | private List<String> stationAliasStaNo; |
| | | |
| | | public BasStationArea() { |
| | | } |
| | | |
| | |
| | | |
| | | |
| | | |
| | | public List<Long> getContainerTypes$() { |
| | | public List<Long> getContainerTypes() { |
| | | if (Cools.isEmpty(this.containerType)) { |
| | | return new ArrayList<>(); |
| | | } |