package cn.timer.api.dao.insure; import cn.timer.api.bean.insure.InsurePay; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.springframework.stereotype.Repository; /** * 支付流水表 * * @author wgd * @email 862422848@qq.com * @date 2022-05-18 19:33:23 */ @Repository public interface InsurePayMapper extends BaseMapper<InsurePay> { }