|
@ -15,7 +15,10 @@ namespace BBWY.Server.Model.Dto |
|
|
|
|
|
|
|
|
public string ShopName { get; set; } |
|
|
public string ShopName { get; set; } |
|
|
|
|
|
|
|
|
public string AutoPay { get; set; } |
|
|
/// <summary>
|
|
|
|
|
|
/// fail 不自动支付 success :自动支付
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string AutoPay { get; set; } = "fail"; |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 打包设置
|
|
|
/// 打包设置
|
|
|