fix probation report

This commit is contained in:
Bright 2025-01-24 15:24:35 +07:00
parent 752b1a5479
commit 6d4f2f965a
2 changed files with 10 additions and 10 deletions

View file

@ -100,9 +100,9 @@ namespace BMA.EHR.Application.Responses
public int pass_result { get; set; }
public int expand_month { get; set; }
public string reson { get; set; }
public DateTime chairman_dated { get; set; }
public DateTime director1_dated { get; set; }
public DateTime 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; }
}