mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
style: update comments
This commit is contained in:
parent
4cb638a5c1
commit
f4de1f1e5a
@ -271,7 +271,7 @@ public interface BaseMapper<T> {
|
||||
// === 改(update) ===
|
||||
|
||||
/**
|
||||
* 根据主键来更新数据,若实体类属性数据为 {@code null},该属性不会新到数据库。
|
||||
* 根据主键来更新数据,若实体类属性数据为 {@code null},该属性不会更新到数据库。
|
||||
*
|
||||
* @param entity 数据内容,必须包含有主键
|
||||
* @return 受影响的行数
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user