| | |
| | | package com.panzhihua.service_community.dao; |
| | | |
| | | import com.panzhihua.common.model.vos.community.ComActMicroWishOperationRecordVO; |
| | | import com.panzhihua.common.model.vos.community.ComActMicroWishVO; |
| | | import com.panzhihua.service_community.model.dos.ComActMicroWishOperationRecordDO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | |
| | | * @return |
| | | */ |
| | | List<ComActMicroWishOperationRecordVO> getByWishId(Long id); |
| | | |
| | | /** |
| | | * 查询下一个Id数组 |
| | | * @param comActMicroWishVO |
| | | * @return |
| | | */ |
| | | List<Long> selectId(ComActMicroWishVO comActMicroWishVO); |
| | | } |