This commit is contained in:
2025-10-03 16:32:16 +02:00
parent 5016b3ed8d
commit 9f95bb23e6
8 changed files with 64 additions and 31 deletions

View File

@@ -173,4 +173,7 @@ public class StbActivity
[Column("plan_id"), JsonPropertyName("planId")]
public long? PlanId { get; set; }
[Column("id_posizione"), JsonPropertyName("idPosizione")]
public long? IdPosizione { get; set; }
}