mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-14 02:55:07 +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