package com.dy.pipIrrGlobal.daoSe; import com.dy.pipIrrGlobal.pojoSe.SeWalletRechargeHistory; /** * @author ZhuBaoMin * @date 2023/12/12 9:06 * @LastEditTime 2023/12/12 9:06 * @Description */ public interface SeWalletRechargeHistoryMapper { int deleteByPrimaryKey(Long id); int insert(SeWalletRechargeHistory record); int insertSelective(SeWalletRechargeHistory record); SeWalletRechargeHistory selectByPrimaryKey(Long id); int updateByPrimaryKeySelective(SeWalletRechargeHistory record); int updateByPrimaryKey(SeWalletRechargeHistory record); }