แก้ไขรายงานแบบประเมินผล(คณะกรรมการ) ไม่ตรงกับ ui

This commit is contained in:
Harid Promsri (Bright) 2023-09-14 16:01:59 +07:00
parent d47404a5b4
commit 805c28e745
5 changed files with 7 additions and 17 deletions

View file

@ -126,6 +126,7 @@ namespace BMA.EHR.Application.Responses
public int develop_other_training_percent { get; set; }
public int develop_total_percent { get; set; }
public int develop_result { get; set; }
public int evaluate_result { get; set; }
public DateTime createdAt { get; set; }
public DateTime updatedAt { get; set; }
}