added requisition ability for plans.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-01-22 13:52:27 -07:00
parent c553d87600
commit c100fc76ed
5 changed files with 26 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
public string Description { get; set; }
public string Notes { get; set; }
public List<UploadedFiles> Files { get; set; } = new List<UploadedFiles>();
public List<SupplyUsage> Supplies { get; set; } = new List<SupplyUsage>();
public ImportMode ImportMode { get; set; }
public PlanPriority Priority { get; set; }
public PlanProgress Progress { get; set; }