- package com.kmall.api.dao;
- import com.kmall.api.entity.AddressVo;
- import com.kmall.api.entity.MallStoreGoodsGallery;
- import com.kmall.common.dao.BaseDao;
- public interface MallStoreGoodsGalleryMapper extends BaseDao<AddressVo> {
- MallStoreGoodsGallery selectByPrimaryKey(Integer id);
- }
|