BaseMapper增加 updateByIdBatch实现,通过AutoMapper申明接口函数的实现类 public interface BaseMapper<T> { ..... @AutoMapper(UpdateByIdBatchAMI.class) int[] UpdateByIdBatch(List<?> list); } 2 重定义RewriteBaseMapper,所有继承RewriteBaseMapper的DAO,将发生SQL重写,以实现多租户,数据权限等... BeetlSQL 3.25.3 发布,流行国产 ORM 工具下载地址