xiaoyong931011
2022-08-17 c7ad20b2170aa3e30e271c2f3031c28a8deb3bf6
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> {
}