|
@@ -143,8 +143,13 @@ public interface QmsFeign {
|
|
|
Map<String, Object> isInCircle(@RequestParam String longitude,
|
|
|
@RequestParam String latitude,
|
|
|
@RequestParam String capacityNo);
|
|
|
+
|
|
|
+ @PostMapping("api/v1/queueTruck/qmsqueuelists/ctrlZQueueAllow")
|
|
|
+ Map<String, Object> ctrlZQueueAllow(Map<String, Object> map);
|
|
|
+
|
|
|
@PostMapping("api/v1/queueTruck/qmsqueueresults/getStoreQueueList")
|
|
|
Map<String, Object> getStoreQueueList();
|
|
|
+
|
|
|
// @PostMapping("api/v1/queueTruck/qmsqueueresults/getAllQueueMes")
|
|
|
// Map<String, Object> getAllQueueMes(@RequestBody(required=false) Map<String,Object> mapValue,
|
|
|
// @RequestParam("apiId") Integer apiId,
|