package com.cyksj.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.cyksj.model.entity.YhShopUserDistributeBusinessRate; /* *项目名: yhlxj *文件名: YhShopUserDistributeBusinessRateMapper *创建者: JavaZou *创建时间:2023/9/18 17:29 */ public interface YhShopUserDistributeBusinessRateMapper extends BaseMapper { }