| | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | | import com.vincent.rsf.server.manager.enums.StationTypeEnum; |
| | | import com.vincent.rsf.server.manager.service.WarehouseAreasService; |
| | | import com.vincent.rsf.server.system.entity.DictData; |
| | | import com.vincent.rsf.server.system.service.DictDataService; |
| | |
| | | */ |
| | | @ApiModelProperty(value= "站点名称") |
| | | private String stationName; |
| | | |
| | | @ApiModelProperty("站点类型: {0:光电, 1:无光电}") |
| | | private Integer type; |
| | | |
| | | /** |
| | | * 可入 |
| | |
| | | |
| | | public BasStation() {} |
| | | |
| | | |
| | | |
| | | // BasStation basStation = new BasStation( |
| | | // null, // 站点名称 |
| | | // null, // 可入 |
| | | // null, // 可出 |
| | | // null, // 状态 |
| | | // null, // 所属库区id |
| | | // null, // 是否可跨区 |
| | | // null, // 可跨区区域id |
| | | // null, // 是否wcs站点 |
| | | // null, // wcs站点信息 |
| | | // null, // 容器类型 |
| | | // null, // 条码 |
| | | // null, // 是否自动调拨 |
| | | // null, // 备注 |
| | | // null, // 创建人 |
| | | // null, // 创建时间 |
| | | // null, // 更新人 |
| | | // null // 更新时间 |
| | | // ); |
| | | public String getType$() { |
| | | if (this.type == null) return null; |
| | | return StationTypeEnum.getStationDesc(this.type); |
| | | } |
| | | |
| | | public List<Long> getContainerTypes$(){ |
| | | if (Cools.isEmpty(this.containerType)){ |