fix probation report
This commit is contained in:
parent
752b1a5479
commit
6d4f2f965a
2 changed files with 10 additions and 10 deletions
|
|
@ -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; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue