|
@@ -31,6 +31,6 @@ public interface WbsParamClient {
|
|
|
void saveWbsParams(@RequestBody List<WbsParam> wbsParamList);
|
|
|
@PostMapping(API_PREFIX + "/createFileTitle")
|
|
|
String createFileTitle(@RequestBody WbsTreeContract contract);
|
|
|
- @PostMapping(API_PREFIX + "/createFileTitle")
|
|
|
+ @PostMapping(API_PREFIX + "/getNameRuleByPkeyId")
|
|
|
R getNameRuleByPkeyId(Long pKeyId, Long aLong);
|
|
|
}
|