| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.panzhihua.common.model.dtos.partybuilding.NeedProblemClaimDTO; |
| | | import com.panzhihua.common.model.dtos.partybuilding.NeedProblemInventoryDTO; |
| | | import com.panzhihua.service_dangjian.entity.UserIntegral; |
| | | import com.panzhihua.service_dangjian.entity.UserTrade; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | @Param("userId") String userId); |
| | | |
| | | |
| | | UserIntegral getUserIntegral(@Param("userId") String userId); |
| | | |
| | | int addUserIntegral(@Param("item") UserIntegral item); |
| | | |
| | | int editUserIntegral(@Param("item") UserIntegral item); |
| | | |
| | | int addUserIntegralTrade(@Param("item") UserTrade item); |
| | | |
| | | } |