package com.xy.mapper; import com.xy.entity.MercFeeCountMonth; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** *

* 商户佣金费用收益每月统计(不含本月) Mapper 接口 *

* * @author 谭斌 * @since 2024-04-23 */ public interface MercFeeCountMonthMapper extends BaseMapper { }