Interface UpdatePickByIdMapper<T>
public interface UpdatePickByIdMapper<T>
- Author:
- qrqhuangcy
-
Method Summary
Modifier and TypeMethodDescriptionintupdatePickById(T record, List<String> forceUpdateProperties) 根据主键更新传入字段的值
-
Method Details
-
updatePickById
@UpdateProvider(type=UpdatePickByIdProvider.class, method="dynamicSQL") int updatePickById(@Param("record") T record, @Param("forceUpdateProperties") List<String> forceUpdateProperties) 根据主键更新传入字段的值- Parameters:
record-forceUpdateProperties-- Returns:
-