xiaoyong931011
2022-08-29 e40f42c6a8b293a2a1656a5ac70d2c50359b9d36
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.MallRefundEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface MallRefundMapper extends BaseMapper<MallRefundEntity> {
}