| | |
| | | stationResponseParam = new StationResponseParam(); |
| | | stationResponseParam.setStaNo(staNo); |
| | | stationResponseParam.setOccupied(staProtocol.isLoading()); |
| | | stationResponseParam.setInEnable((staProtocol.isInEnable() && staProtocol.getWorkNo() == 0 ? true : false)); |
| | | stationResponseParam.setOutEnable((staProtocol.isOutEnable() ? true : false)); |
| | | stationResponseParam.setInEnable(staProtocol.getAllowPut()); |
| | | stationResponseParam.setOutEnable(staProtocol.getAllowTake()); |
| | | stationResponseParam.setOnline(staProtocol.isAutoing()); |
| | | list.add(stationResponseParam); |
| | | } |