package com.yeshi.fanli.service.impl.msg;
|
|
import org.springframework.stereotype.Service;
|
|
import com.yeshi.fanli.entity.bus.user.ThreeSale;
|
import com.yeshi.fanli.service.inter.msg.UserInviteMsgNotificationService;
|
|
@Service
|
public class UserInviteMsgNotificationServiceImpl implements UserInviteMsgNotificationService{
|
|
@Override
|
public void inviteScan(Long uid, ThreeSale sale) {
|
// TODO Auto-generated method stub
|
|
}
|
|
@Override
|
public void inviteSuccess(Long uid, ThreeSale sale) {
|
// TODO Auto-generated method stub
|
|
}
|
|
@Override
|
public void inviteFail(Long uid, ThreeSale sale) {
|
// TODO Auto-generated method stub
|
|
}
|
|
}
|