Add due date and due odometer to reminder output for API method.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-08-26 10:32:14 -06:00
parent 7179b60116
commit 75d16544db
2 changed files with 67 additions and 1 deletions

View File

@@ -102,6 +102,8 @@
public string Urgency { get; set; }
public string Metric { get; set; }
public string Notes { get; set; }
public string DueDate { get; set; }
public string DueOdometer { get; set; }
}
public class PlanRecordExportModel
{