加上@mapper注解

master
xiaoCJ 7 months ago
parent f7da4cfbda
commit 91795c182b

@ -3,8 +3,10 @@ package com.sztzjy.money_management.mapper;
import com.sztzjy.money_management.entity.CaseInvestmentPlanBankProductInfo; import com.sztzjy.money_management.entity.CaseInvestmentPlanBankProductInfo;
import com.sztzjy.money_management.entity.CaseInvestmentPlanBankProductInfoExample; import com.sztzjy.money_management.entity.CaseInvestmentPlanBankProductInfoExample;
import java.util.List; 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 CaseInvestmentPlanBankProductInfoMapper { public interface CaseInvestmentPlanBankProductInfoMapper {
long countByExample(CaseInvestmentPlanBankProductInfoExample example); long countByExample(CaseInvestmentPlanBankProductInfoExample example);

@ -3,8 +3,10 @@ package com.sztzjy.money_management.mapper;
import com.sztzjy.money_management.entity.CaseInvestmentPlanFundProductInfo; import com.sztzjy.money_management.entity.CaseInvestmentPlanFundProductInfo;
import com.sztzjy.money_management.entity.CaseInvestmentPlanFundProductInfoExample; import com.sztzjy.money_management.entity.CaseInvestmentPlanFundProductInfoExample;
import java.util.List; 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 CaseInvestmentPlanFundProductInfoMapper { public interface CaseInvestmentPlanFundProductInfoMapper {
long countByExample(CaseInvestmentPlanFundProductInfoExample example); long countByExample(CaseInvestmentPlanFundProductInfoExample example);

@ -3,8 +3,10 @@ package com.sztzjy.money_management.mapper;
import com.sztzjy.money_management.entity.CaseInvestmentPlanInsuranceProductInfo; import com.sztzjy.money_management.entity.CaseInvestmentPlanInsuranceProductInfo;
import com.sztzjy.money_management.entity.CaseInvestmentPlanInsuranceProductInfoExample; import com.sztzjy.money_management.entity.CaseInvestmentPlanInsuranceProductInfoExample;
import java.util.List; 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 { public interface CaseInvestmentPlanInsuranceProductInfoMapper {
long countByExample(CaseInvestmentPlanInsuranceProductInfoExample example); long countByExample(CaseInvestmentPlanInsuranceProductInfoExample example);

@ -3,8 +3,10 @@ package com.sztzjy.money_management.mapper;
import com.sztzjy.money_management.entity.CaseInvestmentPlan; import com.sztzjy.money_management.entity.CaseInvestmentPlan;
import com.sztzjy.money_management.entity.CaseInvestmentPlanExample; import com.sztzjy.money_management.entity.CaseInvestmentPlanExample;
import java.util.List; 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 CaseInvestmentPlanMapper { public interface CaseInvestmentPlanMapper {
long countByExample(CaseInvestmentPlanExample example); long countByExample(CaseInvestmentPlanExample example);

@ -3,8 +3,10 @@ package com.sztzjy.money_management.mapper;
import com.sztzjy.money_management.entity.CaseInvestmentPlanP2PProductInfo; import com.sztzjy.money_management.entity.CaseInvestmentPlanP2PProductInfo;
import com.sztzjy.money_management.entity.CaseInvestmentPlanP2PProductInfoExample; import com.sztzjy.money_management.entity.CaseInvestmentPlanP2PProductInfoExample;
import java.util.List; 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 CaseInvestmentPlanP2PProductInfoMapper { public interface CaseInvestmentPlanP2PProductInfoMapper {
long countByExample(CaseInvestmentPlanP2PProductInfoExample example); long countByExample(CaseInvestmentPlanP2PProductInfoExample example);

@ -3,8 +3,10 @@ package com.sztzjy.money_management.mapper;
import com.sztzjy.money_management.entity.CaseInvestmentPlanRealGoldProductInfo; import com.sztzjy.money_management.entity.CaseInvestmentPlanRealGoldProductInfo;
import com.sztzjy.money_management.entity.CaseInvestmentPlanRealGoldProductInfoExample; import com.sztzjy.money_management.entity.CaseInvestmentPlanRealGoldProductInfoExample;
import java.util.List; 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 CaseInvestmentPlanRealGoldProductInfoMapper { public interface CaseInvestmentPlanRealGoldProductInfoMapper {
long countByExample(CaseInvestmentPlanRealGoldProductInfoExample example); long countByExample(CaseInvestmentPlanRealGoldProductInfoExample example);

@ -3,8 +3,10 @@ package com.sztzjy.money_management.mapper;
import com.sztzjy.money_management.entity.CaseInvestmentPlanSelect; import com.sztzjy.money_management.entity.CaseInvestmentPlanSelect;
import com.sztzjy.money_management.entity.CaseInvestmentPlanSelectExample; import com.sztzjy.money_management.entity.CaseInvestmentPlanSelectExample;
import java.util.List; 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 CaseInvestmentPlanSelectMapper { public interface CaseInvestmentPlanSelectMapper {
long countByExample(CaseInvestmentPlanSelectExample example); long countByExample(CaseInvestmentPlanSelectExample example);

Loading…
Cancel
Save