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