修改一版

master
he 2022-09-14 15:35:28 +08:00
parent 7fd2e474ca
commit 4e0053f8ec
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ namespace IRaCIS.Core.Domain.Models
[StringLength(50)]
public string PaymentType { get; set; }
public int Count { get; set; }
public decimal Count { get; set; }
public decimal BasePrice { get; set; }
public decimal PersonalAdditional { get; set; }
public decimal TrialAdditional { get; set; }