namespace Application.Domain.Entity; public class ChoiceGoods { public int id { get; set; } public string name { get; set; } public List award { get; set; } }