namespace Tiobon.Core.Model.ViewModels.Extend; public class QuestionErrorRanking { public long Id { get; set; } public string QuestionContent { get; set; } public string QuestionNo { get; set; } public decimal ErrorCount { get; set; } public decimal TotalCount { get; set; } public string Percent1 { get; set; } public decimal Percent { get; set; } }