|
|
|
@ -3,8 +3,10 @@ package com.sztzjy.money_management.mapper;
|
|
|
|
|
import com.sztzjy.money_management.entity.CaseInvestmentPlanInsuranceProductInfo;
|
|
|
|
|
import com.sztzjy.money_management.entity.CaseInvestmentPlanInsuranceProductInfoExample;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
|
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
@Mapper
|
|
|
|
|
public interface CaseInvestmentPlanInsuranceProductInfoMapper {
|
|
|
|
|
long countByExample(CaseInvestmentPlanInsuranceProductInfoExample example);
|
|
|
|
|
|
|
|
|
|