Commit e7427bef authored by 吴春's avatar 吴春

提交退款金额可以是小数

parent b300bb1d
......@@ -30,7 +30,7 @@ namespace Mall.Common.Pay.WeChatPat
/// <summary>
/// 退款金额
/// </summary>
public int? RefundFee { get; set; }
public decimal? RefundFee { get; set; }
/// <summary>
/// 过期时间,格式(20141010121314)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment