T
public interface InsertMapper<T>
int
insert(T record)
@InsertProvider(type=BaseInsertProvider.class, method="dynamicSQL") int insert(T record)
record
Copyright © 2022. All Rights Reserved.