| | |
| | | */ |
| | | public class WmsLocationDto { |
| | | /** 库位ID */ |
| | | private Integer locationId; |
| | | private Integer location_ID; |
| | | /** 库位编码 */ |
| | | private String locationCode; |
| | | /** 库位类型 1=一楼入库缓存位、2=一楼出库缓存位、3=活化仓、4=二楼走廊工位、5=存放库区 */ |
| | |
| | | /** 状态 0=无货、1=有货、4=锁定中 */ |
| | | private Integer status; |
| | | |
| | | public Integer getLocationId() { |
| | | return locationId; |
| | | public Integer getLocation_ID() { |
| | | return location_ID; |
| | | } |
| | | |
| | | public void setLocationId(Integer locationId) { |
| | | this.locationId = locationId; |
| | | public void setLocation_ID(Integer location_ID) { |
| | | this.location_ID = location_ID; |
| | | } |
| | | |
| | | public String getLocationCode() { |