疯狂的狮子li
2021-08-05 313d8e84846ec5c709f07fc35bf7e963c6829e8e
ruoyi-common/src/main/java/com/ruoyi/common/core/mybatisplus/core/BaseMapperPlus.java
@@ -13,6 +13,10 @@
 */
public interface BaseMapperPlus<T> extends BaseMapper<T> {
   /**
    * 单sql批量插入( 全量填充 无视数据库默认值 )
    * 适用于无脑插入
    */
   int insertAll(@Param("list") Collection<T> batchList);
}