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