|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import cc.mrbird.febs.mall.dto.MallOrderRefundAddressDto; | 
|---|
|  |  |  | import cc.mrbird.febs.mall.entity.MallOrderRefundAddress; | 
|---|
|  |  |  | import cc.mrbird.febs.mall.vo.AdminAddAddressTreeVo; | 
|---|
|  |  |  | import cc.mrbird.febs.mall.vo.AdminMallOrderRefundAddressVo; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.core.metadata.IPage; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Param; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public interface MallOrderRefundAddressMapper extends BaseMapper<MallOrderRefundAddress> { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | @Param("record") MallOrderRefundAddressDto mallOrderRefundAddressDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | AdminMallOrderRefundAddressVo getMallOrderRefundAddressInfoById(@Param("id")long id); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<AdminAddAddressTreeVo> getRefundAddress(); | 
|---|
|  |  |  | } | 
|---|