add - 添加 swagger 注解,方便后期直接将 API 导入到 YAPI
This commit is contained in:
parent
bfb168e2a7
commit
2a17f2ced3
@ -54,6 +54,7 @@ public class BpmCategoryController {
|
||||
return CommonResponse.success(bpmCategory);
|
||||
}
|
||||
|
||||
@Operation(summary = "更新分类状态")
|
||||
@PutMapping("/state/update")
|
||||
public CommonResponse<Boolean> updateState(@RequestParam Long id, @RequestParam Boolean state) {
|
||||
log.info("更新状态Category===>>>参数,{}", JSON.toJSONString(id));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user