namespace GxPress.Result.VipEquity { /// /// Vip权益 /// public class VipEquityResult { /// /// id /// /// public int Id{get;set;} /// /// IOS价格 /// /// public decimal IosPrice { get; set; } /// /// 其他价格 /// /// public decimal OtherPrice { get; set; } /// /// 1 月 2 季度 3 年 4连续月 /// /// public int VipType { get; set; } public string VipTypeValue { get; set; } } }