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