package com.dy.pipIrrGlobal.daoSe; import com.dy.pipIrrGlobal.pojoSe.SeRecharge; import com.dy.pipIrrGlobal.pojoSe.VoRecharge; import org.apache.ibatis.annotations.Mapper; import java.util.List; import java.util.Map; @Mapper public interface SeRechargeMapper { int deleteByPrimaryKey(Long id); int insert(SeRecharge record); int insertSelective(SeRecharge record); //SeRecharge selectByPrimaryKey(Long id); int updateByPrimaryKeySelective(SeRecharge record); int updateByPrimaryKey(SeRecharge record); Long getRecordCount(Map params); List getRecharges(Map params); }