add field
This commit is contained in:
parent
c704556891
commit
e45cf014b1
11 changed files with 51436 additions and 0 deletions
|
|
@ -337,5 +337,7 @@ namespace BMA.EHR.Domain.Models.HR
|
|||
|
||||
public virtual List<ProfileLeaveSummary> LeaveSummary { get; set; } = new();
|
||||
|
||||
public bool IsSendVerified { get; set; } = false;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,5 +26,8 @@ namespace BMA.EHR.Domain.Models.HR
|
|||
// public string? OrganizationOrganization { get; set; }
|
||||
public virtual List<ProfileHonorHistory> ProfileHonorHistorys { get; set; } = new List<ProfileHonorHistory>();
|
||||
public virtual Profile? Profile { get; set; }
|
||||
|
||||
[Comment("ประเภทช่วงเวลา")]
|
||||
public bool? IsDate { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@ namespace BMA.EHR.Domain.Models.HR
|
|||
public DateTime? EndDate { get; set; }
|
||||
public virtual List<ProfileTrainingHistory> ProfileTrainingHistorys { get; set; } = new List<ProfileTrainingHistory>();
|
||||
public virtual Profile? Profile { get; set; }
|
||||
|
||||
[Comment("ประเภทช่วงเวลา")]
|
||||
public bool? IsDate { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue