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