Add ROM set category.

This commit is contained in:
2020-09-05 01:52:43 +01:00
parent 38b298e19d
commit 9f14a82222
17 changed files with 537 additions and 26 deletions

View File

@@ -43,5 +43,6 @@ namespace RomRepoMgr.Core.Models
public long HaveRoms { get; set; }
public long MissRoms { get; set; }
public long Id { get; set; }
public string Category { get; set; }
}
}