疯狂的狮子Li
2021-10-25 42a3117e2ac087f5c2c28ca07a1c4443e2c38ca3
ruoyi-common/src/main/java/com/ruoyi/common/core/mybatisplus/core/BaseMapperPlus.java
@@ -13,6 +13,9 @@
 */
public interface BaseMapperPlus<T> extends BaseMapper<T> {
   /**
    * 单sql批量插入( 全量填充 )
    */
   int insertAll(@Param("list") Collection<T> batchList);
}