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