添加字段和表

master
Cui YongXing 2024-08-28 18:31:11 +08:00
parent 9fe6ed3027
commit 30dec3ebf2
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ public class TaskInfoController {
return Result.success(null,"操作成功");
}
@PostMapping("/updateByJson")
@Operation(summary = "修改任务Json", description = "修改任务Json")
public Result updateByJson(@RequestParam Long id ,@RequestParam("json") String json) {