xiaoyong931011
2023-04-17 ffda320eccfcb699baa827311e33fb69f01fa852
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.MallMemberWithdraw;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface MallMemberWithdrawMapper extends BaseMapper<MallMemberWithdraw> {
}