- package com.xy.mapper;
- import com.xy.entity.MercFeeCountMonth;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * <p>
- * 商户佣金费用收益每月统计(不含本月) Mapper 接口
- * </p>
- *
- * @author 谭斌
- * @since 2024-04-23
- */
- public interface MercFeeCountMonthMapper extends BaseMapper<MercFeeCountMonth> {
- }
|