| | |
| | | package com.dy.pipIrrGlobal.daoSe; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.dy.pipIrrGlobal.pojoSe.SeRecharge; |
| | | import com.dy.pipIrrGlobal.voSe.VoRecharge; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | |
| | | * @LastEditTime 2023/12/19 10:18 |
| | | * @Description |
| | | */ |
| | | public interface SeRechargeMapper { |
| | | |
| | | @Mapper |
| | | public interface SeRechargeMapper extends BaseMapper<SeRecharge> { |
| | | int deleteByPrimaryKey(Long id); |
| | | |
| | | int insert(SeRecharge record); |