| | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.ruoyi.system.api.domain.vo.MgtBulletinBoardVo; |
| | | import com.ruoyi.system.domain.dto.MerShopRecommendPageDto; |
| | | import com.ruoyi.system.domain.dto.MgtAllotRecommendDto; |
| | | import com.ruoyi.system.domain.dto.MgtAllotRecommendPageDto; |
| | |
| | | void allotRecommend(@Param("param")MgtAllotRecommendDto mgtAllotRecommendDto); |
| | | |
| | | |
| | | |
| | | /** |
| | | * @description customTotal |
| | | * @param |
| | |
| | | * @author jqs34 |
| | | * @date 2023/6/18 16:54 |
| | | */ |
| | | Integer customTotal(); |
| | | MgtBulletinBoardVo customTotal(@Param("userIds") List<Long> userIds); |
| | | |
| | | /** |
| | | * @description customToday |
| | | * @param |
| | | * @return Integer |
| | | * @author jqs34 |
| | | * @date 2023/6/18 16:54 |
| | | */ |
| | | Integer customToday(); |
| | | } |