| | |
| | | package com.dy.pipIrrGlobal.daoSe; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.dy.pipIrrGlobal.pojoSe.SeActiveCard; |
| | | import com.dy.pipIrrGlobal.voSe.VoActiveCard; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @LastEditTime 2023/12/18 16:58 |
| | | * @Description |
| | | */ |
| | | public interface SeActiveCardMapper { |
| | | |
| | | @Mapper |
| | | public interface SeActiveCardMapper extends BaseMapper<SeActiveCard> { |
| | | int deleteByPrimaryKey(Long id); |
| | | |
| | | int insert(SeActiveCard record); |