| | |
| | | private Short currentCode; |
| | | |
| | | /** |
| | | * 当前库位号 |
| | | */ |
| | | private String locNo; |
| | | |
| | | /** |
| | | * 库位号-X |
| | | */ |
| | | private int locNoX; |
| | | |
| | | /** |
| | | * 库位号-Y |
| | | */ |
| | | private int locNoY; |
| | | |
| | | /** |
| | | * 当前库位层高 |
| | | */ |
| | | private int locNoLev; |
| | | |
| | | /** |
| | | * 电池电量 |
| | | */ |
| | | public String batteryPower = "-"; |
| | |
| | | |
| | | public void setStatusErrorCode(Short statusErrorCode) { |
| | | this.statusErrorCode = statusErrorCode; |
| | | this.errorCodeType = ShuttleErrorCodeType.get(statusErrorCode); |
| | | this.errorCodeType = ShuttleErrorCodeType.get(statusErrorCode.intValue()); |
| | | } |
| | | |
| | | public void setStatusErrorCode(ShuttleErrorCodeType type) { |