Update MemberCollectionServiceImpl.java

This commit is contained in:
macro
2022-04-11 09:29:03 +08:00
parent 852c95c3fe
commit 70511a9d59

View File

@@ -11,8 +11,6 @@ import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Service;
import java.util.List;
/**
* 会员收藏Service实现类
* Created by macro on 2018/8/2.