|
@@ -206,9 +206,6 @@ public interface WbsTreeContractClient {
|
|
|
@GetMapping(API_PREFIX + "/saveNameRuleByPkeyId")
|
|
|
void saveNameRuleByPkeyId(@RequestParam Long pKeyId, @RequestParam String s, @RequestParam Long projectId);
|
|
|
|
|
|
- @GetMapping(API_PREFIX + "/findIsExistTreeNode")
|
|
|
- Integer findIsExistTreeNode(List<String> processNodeList);
|
|
|
-
|
|
|
@PostMapping(API_PREFIX + "/queryListByPIds")
|
|
|
List<WbsTreeContract> queryListByPIds(@RequestBody List<Long> pIds);
|
|
|
}
|