Fix salvataggio posizione
This commit is contained in:
@@ -18,6 +18,7 @@ public class ActivityDTO : StbActivity
|
|||||||
|
|
||||||
public bool Deleted { get; set; }
|
public bool Deleted { get; set; }
|
||||||
|
|
||||||
|
[JsonPropertyName("stbPosizioni")]
|
||||||
public PositionDTO? Position { get; set; }
|
public PositionDTO? Position { get; set; }
|
||||||
|
|
||||||
public ActivityDTO Clone()
|
public ActivityDTO Clone()
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ public class PositionDTO
|
|||||||
[JsonPropertyName("id")]
|
[JsonPropertyName("id")]
|
||||||
public long? Id { get; set; }
|
public long? Id { get; set; }
|
||||||
|
|
||||||
[JsonPropertyName("description")]
|
[JsonPropertyName("descrizione")]
|
||||||
public string? Description { get; set; }
|
public string? Description { get; set; }
|
||||||
|
|
||||||
[JsonPropertyName("lat")]
|
[JsonPropertyName("lat")]
|
||||||
|
|||||||
Reference in New Issue
Block a user