zhengyiming
3 天以前 f99f2d0410f811f6679149e6a8eea6037b80474a
LifePayment/LifePayment.Domain/WeChat/WxRechargeInfo.cs
@@ -1,5 +1,6 @@
using LifePayment.Domain.Shared;
using Newtonsoft.Json;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace LifePayment.Application.Contracts
@@ -201,7 +202,7 @@
        /// 优惠功能
        /// </summary>
        [JsonProperty("promotion_detail")]
        public PromotionDetail PromotionDetail { get; set; }
        public List<PromotionDetail> PromotionDetail { get; set; }
    }