@ -46,6 +46,4 @@ public interface IBasicdataCarrierClient {
*/
@GetMapping(TOP)
BladePage<BasicdataCarrierEntity> top(@RequestParam("current") Integer current, @RequestParam("size") Integer size);
@GetMapping(API_PREFIX + "/getCarrierById")
BasicdataCarrierEntity getCarrierById(@RequestParam("current") Long carrierId);
}