引入人脸识别部分代码
This commit is contained in:
parent
545383ed28
commit
e69d57e1a1
@ -0,0 +1,16 @@
|
||||
package com.ruoyi.system.fantang.service.impl;
|
||||
|
||||
import com.ruoyi.system.fantang.domain.FtFaceEventDao;
|
||||
import com.ruoyi.system.fantang.service.IFtFaceEventService;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
|
||||
@Service
|
||||
public class IFtFaceEventServiceImpl implements IFtFaceEventService {
|
||||
@Override
|
||||
public List<FtFaceEventDao> selectByMap(HashMap<String, Object> map) {
|
||||
return null;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user