| | |
| | | /** 写入 Redis Hash 的 field,与 RCS 回调 staNo 一致 */ |
| | | private String taskNoStationId = "1007"; |
| | | |
| | | /** GET 全路径,如 http://10.10.10.200:8088/station/getError?stationId=1010 */ |
| | | /** 全路径,如 http://10.10.10.200:8088/station/getError */ |
| | | private String errorPollUrl = ""; |
| | | |
| | | /** true:POST JSON {@code {"staNo": errorStationId}}(RCS 文档);false:GET 原 URL */ |
| | | private boolean errorPollUsePost = true; |
| | | |
| | | /** 解析异常列表时默认站点号(写入 [staNo] 前缀) */ |
| | | private String errorStationId = "1010"; |
| | | |
| | | /** 取到任务号后是否调 WMS /monitor/queryTask 合并料箱、物料明细到 tvWcsStationStatus */ |
| | | private boolean enrichTaskFromWms = true; |
| | | } |