namespace Wizard; public class ShopCommonRewardInfo { public int Type { get; set; } public long UserGoodsId { get; set; } public int Num { get; set; } public bool IsAlreadyGet { get; set; } }