แก้ชื่อ feild อบรม

This commit is contained in:
Kittapath 2023-05-30 10:11:40 +07:00
parent 4a0f02f145
commit aeb61be218
3 changed files with 991 additions and 985 deletions

File diff suppressed because it is too large Load diff

View file

@ -7,18 +7,21 @@ namespace BMA.EHR.Profile.Service.Models.HR
{
public class ProfileTraining : EntityBase
{
[MaxLength(100)]
public string? Subject { get; set; }
[Column(TypeName = "text")]
public string? Detail { get; set; }
[MaxLength(200)]
public string? Host { get; set; }
public string? Name { get; set; }
[MaxLength(200)]
public string? ClassName { get; set; }
public string? Topic { get; set; }
[MaxLength(200)]
public int? Yearly { get; set; }
[MaxLength(200)]
public string? Place { get; set; }
[MaxLength(50)]
public string? Reference { get; set; }
[MaxLength(200)]
public string? Duration { get; set; }
[MaxLength(200)]
public string? Department { get; set; }
[MaxLength(200)]
public string? NumberOrder { get; set; }
public DateTime? DateOrder { get; set; }
public DateTime? StartDate { get; set; }
public DateTime? EndDate { get; set; }
// public string? Course { get; set; }

View file

@ -7,18 +7,21 @@ namespace BMA.EHR.Profile.Service.Models.HR
{
public class ProfileTrainingHistory : EntityBase
{
[MaxLength(100)]
public string? Subject { get; set; }
[Column(TypeName = "text")]
public string? Detail { get; set; }
[MaxLength(200)]
public string? Host { get; set; }
public string? Name { get; set; }
[MaxLength(200)]
public string? ClassName { get; set; }
public string? Topic { get; set; }
[MaxLength(200)]
public int? Yearly { get; set; }
[MaxLength(200)]
public string? Place { get; set; }
[MaxLength(50)]
public string? Reference { get; set; }
[MaxLength(200)]
public string? Duration { get; set; }
[MaxLength(200)]
public string? Department { get; set; }
[MaxLength(200)]
public string? NumberOrder { get; set; }
public DateTime? DateOrder { get; set; }
public DateTime? StartDate { get; set; }
public DateTime? EndDate { get; set; }
// public string? Course { get; set; }