T
- 不能为空public interface InsertSelectiveMapper<T>
Modifier and Type | Method and Description |
---|---|
int |
insertSelective(T record) |
@Options(useGeneratedKeys=true) @InsertProvider(type=SqlServerProvider.class, method="dynamicSQL") int insertSelective(T record)
Copyright © 2018. All rights reserved.