|
@@ -575,4 +575,8 @@ public interface RmsFeign {
|
|
|
@ApiOperation(value = "边输边查收货客户父节点")
|
|
|
@PostMapping(value = "api/v1/rms/rmsconsignee/getConsigneeFarId")
|
|
|
Map<String, Object> getConsigneeFarId(@RequestParam("state") String state);
|
|
|
+
|
|
|
+ @ApiOperation(value = "边输边查收货客户父节点")
|
|
|
+ @PostMapping(value = "api/v1/rms/rmspersonnel/isInHere")
|
|
|
+ Integer isInHere(@RequestParam String personnelJobNumber);
|
|
|
}
|