Back dated check in

This commit is contained in:
2025-07-31 14:39:59 +08:00
parent 49fe70b0aa
commit 7383a5cff8
4 changed files with 82 additions and 13 deletions

View File

@@ -46,6 +46,8 @@ public class CheckInResult : ModelBase
public Guid AccountId { get; set; }
public Account Account { get; set; } = null!;
public Instant? BackdatedFrom { get; set; }
}
public class FortuneTip