public class InsertOrderScoreInfoDto
{
    public int Score { get; set; }
    public Dictionary<string, double> ScoreDetail { get; set; }
}