update 删除 无用方法 mp 新版本自带了

2.X
疯狂的狮子Li 8 months ago
parent 201298fcf8
commit 0b8fd7da3b

@ -88,13 +88,6 @@ public interface BaseMapperPlus<T, V> extends BaseMapper<T> {
return Db.saveOrUpdateBatch(entityList, batchSize); return Db.saveOrUpdateBatch(entityList, batchSize);
} }
/**
* ()
*/
default boolean insertOrUpdate(T entity) {
return Db.saveOrUpdate(entity);
}
default V selectVoById(Serializable id) { default V selectVoById(Serializable id) {
return selectVoById(id, this.currentVoClass()); return selectVoById(id, this.currentVoClass());
} }

Loading…
Cancel
Save