You've already forked FrameTour-BE
refactor(entity): 修改人脸检测日志实体字段名称
- 将 faceSampleId 字段重命名为 faceId - 更新相关服务实现类中的字段赋值逻辑 - 保持数据库字段映射一致性
This commit is contained in:
@@ -17,7 +17,7 @@ public class FaceDetectLogAiCamEntity {
|
||||
|
||||
private Long deviceId;
|
||||
|
||||
private Long faceSampleId;
|
||||
private Long faceId;
|
||||
|
||||
private String dbName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user