make endDate a property so it gets exported too
This commit is contained in:
parent
ed759d8945
commit
4dd48e75b1
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace Buypeeb {
|
||||||
public string notes { get; set; }
|
public string notes { get; set; }
|
||||||
public bool favourite { get; set; } = false;
|
public bool favourite { get; set; } = false;
|
||||||
public DateTime startDate;
|
public DateTime startDate;
|
||||||
public DateTime endDate;
|
public DateTime endDate { get; set; }
|
||||||
public DateTime lastUpdated;
|
public DateTime lastUpdated;
|
||||||
public int bids;
|
public int bids;
|
||||||
public bool autoExtension;
|
public bool autoExtension;
|
||||||
|
|
Loading…
Reference in a new issue