Move the equipment into the Jump.

This commit is contained in:
2026-05-06 21:36:15 +02:00
parent b5a8aa1b4f
commit dcc4ee20a2
8 changed files with 38 additions and 12 deletions
@@ -25,5 +25,7 @@ namespace skydiveLogs_api.DataContract
public DateTime JumpDate { get; set; }
public bool IsSpecial { get; set; }
public string Equipment { get; set; }
}
}