| | |
| | | package com.panzhihua.service_community.dao; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.panzhihua.service_community.model.dos.ComActEasyPhotoRewardDO; |
| | | import java.math.BigDecimal; |
| | | |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.math.BigDecimal; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.panzhihua.service_community.model.dos.ComActEasyPhotoRewardDO; |
| | | |
| | | /** |
| | | * @auther lyq |
| | |
| | | @Mapper |
| | | public interface ComActEasyPhotoRewardMapper extends BaseMapper<ComActEasyPhotoRewardDO> { |
| | | |
| | | BigDecimal getUserReward(@Param("userId")Long userId, @Param("communityId")Long communityId); |
| | | BigDecimal getUserReward(@Param("userId") Long userId, @Param("communityId") Long communityId); |
| | | |
| | | } |