init
This commit is contained in:
@@ -18,4 +18,5 @@ public interface UserGiftMapper extends BaseMapper<UserGift> {
|
||||
List<UserGiftIndexVo> selectGiftList(@Param("userId") Long userId);
|
||||
|
||||
long countGiftNum(@Param("fromUid") Long fromUid, @Param("toUid") Long toUid);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user