make endDate a property so it gets exported too

This commit is contained in:
Lynne Megido 2020-09-06 12:56:10 +10:00
parent ed759d8945
commit 4dd48e75b1
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -31,7 +31,7 @@ namespace Buypeeb {
public string notes { get; set; }
public bool favourite { get; set; } = false;
public DateTime startDate;
public DateTime endDate;
public DateTime endDate { get; set; }
public DateTime lastUpdated;
public int bids;
public bool autoExtension;