- package com.huimv.wine.mapper;
- import com.huimv.wine.entity.Refund;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * <p>
- * 退款 Mapper 接口
- * </p>
- *
- * @author author
- * @since 2024-04-18
- */
- public interface RefundMapper extends BaseMapper<Refund> {
- }
|