update 更新批处理演示案例注释说明

feature/model
疯狂的狮子li 3 years ago
parent 1d54ef57c7
commit 4c99cea3e4

@ -33,6 +33,8 @@ public class TestBatchController extends BaseController {
/**
* saveBatch (mysql)
*
* 3.5.0 rewriteBatchedStatements=true 使 MP
*/
@ApiOperation(value = "新增批量方法")
@PostMapping("/add")
@ -47,6 +49,8 @@ public class TestBatchController extends BaseController {
/**
* saveOrUpdateBatch
*
* 3.5.0 rewriteBatchedStatements=true 使 MP
*/
@ApiOperation(value = "新增或更新批量方法")
@PostMapping("/addOrUpdate")

Loading…
Cancel
Save