添加字段和表
parent
9fe6ed3027
commit
30dec3ebf2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue