mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-09-02 03:11:53 +08:00
彻底移除 RedisKeyDefine
This commit is contained in:
@@ -106,6 +106,7 @@ public interface BaseMapperX<T> extends BaseMapper<T> {
|
||||
default void updateBatch(Collection<T> entities) {
|
||||
Db.updateBatchById(entities);
|
||||
}
|
||||
|
||||
default void updateBatch(Collection<T> entities, int size) {
|
||||
Db.updateBatchById(entities, size);
|
||||
}
|
||||
|
Reference in New Issue
Block a user