ปรับ api รายงานทดลองงาน

This commit is contained in:
Harid Promsri (Bright) 2023-09-12 10:28:31 +07:00
parent d0c93b1d96
commit bf1c2fe925
18 changed files with 1353 additions and 1028 deletions

View file

@ -93,15 +93,15 @@ namespace BMA.EHR.Application.Responses
public string director_id { get; set; }
public string assign_id { get; set; }
public int no { get; set; }
public string date_start { get; set; }
public string date_finish { get; set; }
public DateTime date_start { get; set; }
public DateTime date_finish { get; set; }
public int develop_complete { get; set; }
public int pass_result { get; set; }
public int expand_month { get; set; }
public string reson { get; set; }
public string chairman_dated { get; set; }
public string director1_dated { get; set; }
public string director2_dated { get; set; }
public DateTime chairman_dated { get; set; }
public DateTime director1_dated { get; set; }
public DateTime director2_dated { get; set; }
public string createdAt { get; set; }
public string updatedAt { get; set; }
}