xiaoyong931011
2022-08-18 ad23f697fcac8d4ec72cf0e9041d2a2260fa11d8
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> {
}