REQ-3769 调整注释

This commit is contained in:
yangqicheng 2025-04-02 20:14:53 +08:00
parent 4cfa6ca561
commit 3f56894930

View File

@ -226,7 +226,7 @@ public class ProcessCategoryController implements ProcessCategoryApi {
*
* @return 业务分类的分组以及变量
*/
@Operation(summary = "业务分类黑白名单查询")
@Operation(summary = "业务分类的分组和变量查询")
@PostMapping("/group-with-vars/list")
@Override
public CommonResponse<List<CategoryGroupVarItemVo>> searchCategoryGroupAndVars(@Validated @RequestBody CategoryGroupVarSearchDto dto) {
@ -234,11 +234,11 @@ public class ProcessCategoryController implements ProcessCategoryApi {
}
/**
* 业务分类的分组和变量查询
* 新增/更新 业务分类的分组和变量
*
* @return 是否成功
*/
@Operation(summary = "业务分类黑白名单查询")
@Operation(summary = "新增/更新 业务分类的分组和变量")
@PostMapping("/group-with-vars/upsert")
@Override
public CommonResponse<Boolean> upsertCategoryGroupAndVars(@Validated @RequestBody CategoryGroupVarUpsertDto dto) {