- 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<AddressVo> {
- MallUserCollection selectByPrimaryKey(Integer id);
- }
|