|
@@ -27,6 +27,6 @@ public interface WbsParamClient {
|
|
|
|
|
|
@PostMapping(API_PREFIX + "/createFileTitle")
|
|
|
String createFileTitle(@RequestBody WbsTreeContract contract);
|
|
|
- @PostMapping(API_PREFIX + "/createFileTitle")
|
|
|
+ @PostMapping(API_PREFIX + "/getNameRuleByPkeyId")
|
|
|
R getNameRuleByPkeyId(Long pKeyId, Long aLong);
|
|
|
}
|