疯狂的狮子li
2021-09-07 182edef28a7b1d1d980687b17a7fe3a127a2a0ca
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);
}