feature: save location
This commit is contained in:
@ -14,5 +14,10 @@ namespace Billing.Models
|
||||
public string Store { get; set; }
|
||||
public DateTime CreateTime { get; set; }
|
||||
public string Note { get; set; }
|
||||
public double? Latitude { get; set; }
|
||||
public double? Longitude { get; set; }
|
||||
public double? Altitude { get; set; }
|
||||
public double? Accuracy { get; set; }
|
||||
public bool? IsGps { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user