แก้แบบประเมินผล แสดงตัวเลขอารบิก

This commit is contained in:
Harid Promsri (Bright) 2023-10-04 14:38:06 +07:00
parent 788055d358
commit d0e2416175
3 changed files with 33 additions and 16 deletions

View file

@ -105,26 +105,26 @@ namespace BMA.EHR.Application.Responses
public DisciplineLevel discipline5_level { get; set; }
public BehaviorLevel behavior_other_level { get; set; }
public string behavior_other_desc { get; set; }
public int achievement_score { get; set; }
public string achievement_score { get; set; }
public int achievement_score_total { get; set; }
public double achievement_percent { get; set; }
public string achievement_percent { get; set; }
public int achievement_result { get; set; }
public int behavior_score { get; set; }
public string behavior_score { get; set; }
public int behavior_score_total { get; set; }
public double behavior_percent { get; set; }
public string behavior_percent { get; set; }
public int behavior_result { get; set; }
public int sum_score { get; set; }
public double sum_percent { get; set; }
public int develop_orientation_score { get; set; }
public int develop_self_learning_score { get; set; }
public int develop_training_seminar_score { get; set; }
public int develop_other_training_score { get; set; }
public int develop_total_score { get; set; }
public int develop_orientation_percent { get; set; }
public int develop_self_learning_percent { get; set; }
public int develop_training_seminar_percent { get; set; }
public int develop_other_training_percent { get; set; }
public int develop_total_percent { get; set; }
public string sum_score { get; set; }
public string sum_percent { get; set; }
public string develop_orientation_score { get; set; }
public string develop_self_learning_score { get; set; }
public string develop_training_seminar_score { get; set; }
public string develop_other_training_score { get; set; }
public string develop_total_score { get; set; }
public string develop_orientation_percent { get; set; }
public string develop_self_learning_percent { get; set; }
public string develop_training_seminar_percent { get; set; }
public string develop_other_training_percent { get; set; }
public string develop_total_percent { get; set; }
public int develop_result { get; set; }
public int evaluate_result { get; set; }
public DateTime createdAt { get; set; }