master
parent
f17bc98345
commit
534e229fad
Binary file not shown.
|
@ -64,6 +64,14 @@ namespace IRaCIS.Application.ViewModels
|
||||||
public decimal TotalPaymentUSD { get; set; }
|
public decimal TotalPaymentUSD { get; set; }
|
||||||
|
|
||||||
public PaymentMethod PaymentMethod { get; set; }
|
public PaymentMethod PaymentMethod { get; set; }
|
||||||
|
|
||||||
|
public string Paymethod
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return PaymentMethod == PaymentMethod.CloudPayment ? "云账户" : "Direct";
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class PaymentCommand
|
public class PaymentCommand
|
||||||
|
|
Loading…
Reference in New Issue