@@ -26,7 +26,7 @@ public interface MemberProductCollectionRepository extends MongoRepository<Membe
Page<MemberProductCollection> findByMemberId(Long memberId, Pageable pageable);
/**
- * 根据会员ID删除录
+ * 根据会员ID删除记录
*/
void deleteAllByMemberId(Long memberId);
}