基于中科视拓的seetaface6封装的免费人脸识别项目后端接口
shentao
2025-09-22 4e24fd913e7b048436aa7e5001cf875baac81ff5
1
2
3
4
5
6
7
package com.code2roc.fastface.service;
 
import com.code2roc.fastface.db.BaseService;
import com.code2roc.fastface.model.FaceRegistDO;
 
public interface IFaceRegistService extends BaseService<FaceRegistDO> {
}