Titel und Kurzbeschreibung hinzugefügt
This commit is contained in:
@@ -12,16 +12,8 @@ namespace SZUAbsolventenverein.Module.PremiumArea.Models
|
||||
public int UserId { get; set; }
|
||||
public int ModuleId { get; set; } // Context context
|
||||
public int FileId { get; set; }
|
||||
public string PdfFileName { get; set; } = "antrag.pdf"; // Legacy-Spalte, DB ist NOT NULL
|
||||
|
||||
// Legacy-Spalten: existieren noch in der DB (Migration lief nicht)
|
||||
public bool IsReported { get; set; } = false;
|
||||
public string ReportReason { get; set; }
|
||||
public int ReportCount { get; set; } = 0;
|
||||
public int? AdminReviewedBy { get; set; }
|
||||
public DateTime? AdminReviewedAt { get; set; }
|
||||
|
||||
public string AdminNote { get; set; } = ""; // DB ist NOT NULL
|
||||
[StringLength(256)] public string Title { get; set; }
|
||||
public string ShortDescription { get; set; }
|
||||
|
||||
// Status: "Draft", "Submitted", "Approved", "Rejected"
|
||||
[StringLength(50)] public string Status { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user