| | |
| | | |
| | | private String taskReceiveTwo = "-"; |
| | | |
| | | private String taskSend = "-"; |
| | | |
| | | private String taskSendTwo = "-"; |
| | | |
| | | private Integer bay; |
| | | |
| | | private Integer lev; |
| | |
| | | |
| | | private String walkPos = "-"; |
| | | |
| | | private Integer xspeed = 0; |
| | | private String xspeed = "-"; |
| | | |
| | | private Integer yspeed = 0; |
| | | private String yspeed = "-"; |
| | | |
| | | private Integer zspeed = 0; |
| | | private String zspeed = "-"; |
| | | |
| | | private Integer xdistance = 0; |
| | | private String xdistance = "-"; |
| | | |
| | | private Integer ydistance = 0; |
| | | private String ydistance = "-"; |
| | | |
| | | private Integer xduration = 0; |
| | | private String xduration = "-"; |
| | | |
| | | private Integer yduration = 0; |
| | | private String yduration = "-"; |
| | | |
| | | private String deviceStatus = "OFFLINE"; |
| | | } |