Commit 3fde6a18 authored by liudong1993's avatar liudong1993

1

parent 3aa2c438
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Mall.Common
{
/// <summary>
/// 微信小程序用户支付宝待支付信息
/// </summary>
public class UserWaitPayInfo
{
/// <summary>
/// 订单ID
/// </summary>
public int OrderId { get; set; }
/// <summary>
/// 支付信息
/// </summary>
public string PayInfo { get; set; }
}
}
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