|
|
@@ -173,6 +173,9 @@ public interface RmsFeign {
|
|
|
@PostMapping(value = "api/v1/rms/rmsoperationpoint/syncOperationPoint")
|
|
|
Map<String, Object> syncOperationPoint(@RequestBody(required = false) Map<String, Object> map);
|
|
|
|
|
|
+ @PostMapping(value = "api/v1/rms/rmsoperationpoint/getOperationPointTree")
|
|
|
+ Map<String, Object> getOperationPointTree(@RequestBody(required = false) Map<String, Object> map);
|
|
|
+
|
|
|
//查询作业点ID
|
|
|
@PostMapping(value = "api/v1/rms/rmsoperationpoint/getOperationPointById/{id}")
|
|
|
Map<String, Object> getOperationPointById(@PathVariable("id") BigDecimal id);
|