T - 不能为空public interface InsertSelectiveMapper<T>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
insertSelective(T record) |
@Options(useGeneratedKeys=true) @InsertProvider(type=SqlServerProvider.class, method="dynamicSQL") int insertSelective(T record)
Copyright © 2022. All Rights Reserved.