1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

reference event changes and cleanup (#823)

This commit is contained in:
Chad Scharf
2020-07-15 12:38:45 -04:00
committed by GitHub
parent a2b46daf59
commit 2742b414fd
5 changed files with 46 additions and 5 deletions

View File

@ -34,6 +34,8 @@ namespace Bit.Core.Models.Business
public DateTime EventDate { get; set; } = DateTime.UtcNow;
public int? Users { get; set; }
public bool? EndOfPeriod { get; set; }
public string PlanName { get; set; }