public interface BaseMapper<T>
extends com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
insertBatchSomeColumn(List<T> entityList)
批量插入 仅适用于mysql
|
Boolean |
insertOrUpdateBath(List<T> list)
自定义批量新增或更新
需要配合自定注解 DuplicateSql 使用
|
Copyright © 2023. All rights reserved.