T
- 不能为空public interface InsertSelectiveMapper<T>
Modifier and Type | Method and Description |
---|---|
int |
insertSelective(T record)
保存一个实体,null的属性不会保存,会使用数据库默认值
|
@InsertProvider(type=BaseInsertProvider.class, method="dynamicSQL") int insertSelective(T record)
record
- Copyright © 2018. All rights reserved.