|
|
|
@ -164,6 +164,6 @@ public interface RemoteMesService {
|
|
|
|
|
* @param source 请求来源
|
|
|
|
|
* @return 结果
|
|
|
|
|
*/
|
|
|
|
|
@GetMapping("/barcode/selectBindBarcodeListByBarcodeInfo/{barcodeId}")
|
|
|
|
|
@GetMapping("/barcode/selectBindBarcodeListByBarcodeInfo/{barcodeInfo}")
|
|
|
|
|
public R<List<MesBaseBindBarcode>> selectBindBarcodeListByBarcodeInfo(@PathVariable("barcodeInfo") String barcodeInfo, @RequestHeader(SecurityConstants.FROM_SOURCE) String source);
|
|
|
|
|
}
|
|
|
|
|