add BaseMapper.updateSelective
This commit is contained in:
@ -93,6 +93,9 @@ public interface BaseMapper<T, P> {
|
||||
@UpdateProvider(type = SQLProvider.class, method = "update")
|
||||
void update(T t);
|
||||
|
||||
@UpdateProvider(type = SQLProvider.class, method = "updateSelective")
|
||||
void updateSelective(T t);
|
||||
|
||||
/**
|
||||
* 软删除
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user