| | |
| | | /** |
| | | * 故障码 |
| | | */ |
| | | private List<Integer> errCode; |
| | | private Integer errCode; |
| | | |
| | | /** |
| | | * mileage总里程数(米),liftNumber顶升总数dropNumber下降总数reversingX换X总数reversingY换Y总数 |
| | |
| | | if (this.getFree() == null) { |
| | | return ""; |
| | | } |
| | | return this.getFree() == 1 ? "空闲" : "运行中"; |
| | | return this.getFree() == 0 ? "运行中" : "空闲"; |
| | | } |
| | | |
| | | public String getWorkingMode$() { |
| | | if (this.getWorkingMode() == null) { |
| | | return ""; |
| | | } |
| | | return this.getWorkingMode() == 0 ? "手动" : "自动"; |
| | | } |
| | | |
| | | public String getLoadState$() { |
| | |
| | | return ""; |
| | | } |
| | | |
| | | switch (this.getRunDir()) { |
| | | switch (this.getLiftPosition()) { |
| | | case 0: |
| | | return "未知"; |
| | | case 1: |
| | |
| | | return NavigatePositionConvert.nyXyzToLocNo(this.getPoint().getX(), this.getPoint().getY(), this.getPoint().getZ()); |
| | | } |
| | | |
| | | public String getPoint$$() { |
| | | if (this.getPoint() == null) { |
| | | return ""; |
| | | } |
| | | return JSON.toJSONString(this.getPoint()); |
| | | } |
| | | |
| | | public String getCoord$() { |
| | | if (this.getCoord() == null) { |
| | | return ""; |