Add attachment metadata and overview strategy snapshot
This commit is contained in:
@@ -15,5 +15,7 @@ namespace JobTrackerApi.Models
|
||||
public DateTime UploadDate { get; set; } = DateTime.Now;
|
||||
public string FileType { get; set; } = ""; // e.g., PDF, DOCX
|
||||
public long FileSize { get; set; }
|
||||
public string? Purpose { get; set; }
|
||||
public bool UseForAi { get; set; } = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user