using System.Collections.Generic; namespace Wizard; public class PurchaseRewardInfo { public string PurchaseNthText { get; set; } = string.Empty; public List RewardInfoList { get; } = new List(); public bool IsGet { get; set; } }