You've already forked FrameTour-BE
人脸识别日志
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package com.ycwl.basic.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.ycwl.basic.model.pc.faceDetectLog.entity.FaceDetectLog;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
@Mapper
|
||||
public interface FaceDetectLogMapper extends BaseMapper<FaceDetectLog> {
|
||||
}
|
Reference in New Issue
Block a user