添加字段

This commit is contained in:
2025-04-07 09:39:36 +08:00
parent 10e7421672
commit 389c28300f
4 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import com.ycwl.basic.model.pc.face.resp.FaceRespVO;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.Date;
import java.util.List;
/**
@ -33,4 +34,6 @@ public interface FaceMapper {
FaceRespVO findLastFaceByScenicAndUserId(Long scenicId, Long userId);
List<FaceRespVO> listByScenicAndUserId(String scenicId, Long userId);
List<FaceEntity> listEntityBeforeDate(Long scenicId, Date endDate);
}

View File

@ -52,6 +52,7 @@ public class ScenicConfigEntity {
* 样本保存时间
*/
private Integer sampleStoreDay;
private Integer faceStoreDay;
/**
* 视频保存时间
*/