|
@@ -1,5 +1,6 @@
|
|
|
package com.steerinfo.dil.feign;
|
|
|
|
|
|
+import com.steerinfo.framework.controller.RESTfulResult;
|
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
@@ -756,4 +757,8 @@ public interface TmsshipFeign {
|
|
|
@PostMapping(value = "/api/v1/shipTms/dilbatchs/getShipNameList")
|
|
|
Map<String, Object> getShipNameList(@RequestParam(value = "state")String state);
|
|
|
|
|
|
+ // 根据用户输入提货联系人模糊查询提货联系人、提货人身份证号、联系电话
|
|
|
+ @PostMapping("/api/v1/shipTms/dilbatchs/getPersonByName")
|
|
|
+ Map<String, Object> getPersonByName(@RequestParam(value ="personName")String personName);
|
|
|
+
|
|
|
}
|