Administrator
2024-01-15 48d64c07ea643e1b1199828f6ac36c12c05cd535
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSe/SeWalletRechargeMapper.java
@@ -1,6 +1,8 @@
package com.dy.pipIrrGlobal.daoSe;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoSe.SeWalletRecharge;
import org.apache.ibatis.annotations.Mapper;
/**
 * @author ZhuBaoMin
@@ -8,7 +10,9 @@
 * @LastEditTime 2023/12/12 9:06
 * @Description
 */
public interface SeWalletRechargeMapper {
@Mapper
public interface SeWalletRechargeMapper extends BaseMapper<SeWalletRecharge> {
    int deleteByPrimaryKey(Long id);
    int insert(SeWalletRecharge record);