api-新增通知客户端的逻辑【扫码之后先进行加载】
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.sv.service.api;
|
||||
|
||||
import com.enums.DeviceType;
|
||||
import com.sv.entity.Venue;
|
||||
import com.sv.mapper.DeviceMapper;
|
||||
import com.sv.mapper.VenueMapper;
|
||||
@@ -24,7 +25,8 @@ public class QRCodeService {
|
||||
@Resource
|
||||
private DeviceMapper deviceMapper;
|
||||
|
||||
public void enter(Integer venueId,String deviceName) {
|
||||
public void enter(Integer venueId, String deviceName, DeviceType enterOrOut, Integer memberId) throws ServiceException{
|
||||
return;
|
||||
}
|
||||
|
||||
public Venue initEnter(Integer venueId,String deviceName) {
|
||||
|
||||
Reference in New Issue
Block a user