T
public interface SelectByIdsMapper<T>
List<T>
selectByIds(String ids)
@SelectProvider(type=IdsProvider.class, method="dynamicSQL") List<T> selectByIds(String ids)
ids
Copyright © 2022. All Rights Reserved.