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 © 2019. All rights reserved.