feat: 添加裁剪人脸图片功能,更新人脸管理服务以支持裁剪路径

This commit is contained in:
shiyu
2025-06-17 16:18:04 +08:00
parent 8a7429f1df
commit 9612a69f9d
4 changed files with 142 additions and 71 deletions

View File

@@ -15,6 +15,8 @@ public class Face : BaseModel
[Range(0.0, 1.0)]
public double FaceConfidence { get; set; }
public string? CroppedImagePath { get; set; }
public int PictureId { get; set; }
[ForeignKey("PictureId")]