mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-22 03:06:38 +08:00
update 删除 无用方法 mp 新版本自带了
This commit is contained in:
parent
d56e8d79ec
commit
086b206139
@ -88,13 +88,6 @@ public interface BaseMapperPlus<T, V> extends BaseMapper<T> {
|
||||
return Db.saveOrUpdateBatch(entityList, batchSize);
|
||||
}
|
||||
|
||||
/**
|
||||
* 插入或更新(包含限制条数)
|
||||
*/
|
||||
default boolean insertOrUpdate(T entity) {
|
||||
return Db.saveOrUpdate(entity);
|
||||
}
|
||||
|
||||
default V selectVoById(Serializable id) {
|
||||
return selectVoById(id, this.currentVoClass());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user