Migration and daily login change

This commit is contained in:
2021-10-31 14:06:11 -04:00
parent a3a50a5e07
commit e33aaa5f7b
8 changed files with 1092 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ namespace TOOHUCardAPI.Data.Models
public bool Ban { get; set; }
public int Point { get; set; }
public DateTime LastFirstWin { get; set; }
public DateTime LastDailyLoginBonus { get; set; }
public int PowerMaxTotal { get; set; }
public string PetModel { get; set; }
public string PetEffect { get; set; }