master
he 2022-09-29 09:55:46 +08:00
parent 534e229fad
commit 4d426ef94a
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ namespace IRaCIS.Core.Domain.Models
public decimal PaymentCNY { get; set; }
public decimal ExchangeRate { get; set; }
public PaymentMethod PaymentMethod { get; set; }
public PaymentMethod PaymentMethod { get; set; } = PaymentMethod.CloudPayment;
public decimal AdjustmentCNY { get; set; }
public decimal AdjustmentUSD { get; set; }