1
zj
2025-10-16 934d97b2e6086db0be2772acbbe2ec33133bd77e
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.system.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.system.domain.InsuranceProduct;
import com.ruoyi.system.domain.PaymentRecord;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface PaymentRecordMapper extends BaseMapper<PaymentRecord> {
}