REQ-3769 调整注释
This commit is contained in:
parent
4cfa6ca561
commit
3f56894930
@ -226,7 +226,7 @@ public class ProcessCategoryController implements ProcessCategoryApi {
|
|||||||
*
|
*
|
||||||
* @return 业务分类的分组以及变量
|
* @return 业务分类的分组以及变量
|
||||||
*/
|
*/
|
||||||
@Operation(summary = "业务分类黑白名单查询")
|
@Operation(summary = "业务分类的分组和变量查询")
|
||||||
@PostMapping("/group-with-vars/list")
|
@PostMapping("/group-with-vars/list")
|
||||||
@Override
|
@Override
|
||||||
public CommonResponse<List<CategoryGroupVarItemVo>> searchCategoryGroupAndVars(@Validated @RequestBody CategoryGroupVarSearchDto dto) {
|
public CommonResponse<List<CategoryGroupVarItemVo>> searchCategoryGroupAndVars(@Validated @RequestBody CategoryGroupVarSearchDto dto) {
|
||||||
@ -234,11 +234,11 @@ public class ProcessCategoryController implements ProcessCategoryApi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 业务分类的分组和变量查询
|
* 新增/更新 业务分类的分组和变量
|
||||||
*
|
*
|
||||||
* @return 是否成功
|
* @return 是否成功
|
||||||
*/
|
*/
|
||||||
@Operation(summary = "业务分类黑白名单查询")
|
@Operation(summary = "新增/更新 业务分类的分组和变量")
|
||||||
@PostMapping("/group-with-vars/upsert")
|
@PostMapping("/group-with-vars/upsert")
|
||||||
@Override
|
@Override
|
||||||
public CommonResponse<Boolean> upsertCategoryGroupAndVars(@Validated @RequestBody CategoryGroupVarUpsertDto dto) {
|
public CommonResponse<Boolean> upsertCategoryGroupAndVars(@Validated @RequestBody CategoryGroupVarUpsertDto dto) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user