package com.kmall.api.dao; import com.kmall.api.entity.AddressVo; import com.kmall.api.entity.MallUserCollection; import com.kmall.common.dao.BaseDao; public interface ApiUserCollectionMapper extends BaseDao { MallUserCollection selectByPrimaryKey(Integer id); }