namespace NetServer.MongoDB.DBData; public class PlayerHero { public int heroId { get; set; } public int heroLevel { get; set; } public int heroExp { get; set; } public int heroStar { get; set; } public List<int> equipID { get; set; } }