update placement and retire
This commit is contained in:
parent
b528f0a81d
commit
706edbd0f0
32 changed files with 282 additions and 32 deletions
|
|
@ -179,6 +179,16 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
[Comment("ประเภทคำสั่ง")]
|
||||
public string? typeCommand { get; set; }
|
||||
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
|
||||
|
||||
// public OrgEmployee? OrgEmployee { get; set; }
|
||||
// public PositionEmployeeStatus? PositionEmployeeStatus { get; set; }
|
||||
// public PositionEmployeeLine? PositionEmployeeLine { get; set; }
|
||||
|
|
|
|||
|
|
@ -109,5 +109,14 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
|
||||
[Comment("เลขที่คำสั่ง")]
|
||||
public string? commandNo { get; set; }
|
||||
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -411,6 +411,15 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
|
||||
[Comment("Id รูปโปรไฟล์")]
|
||||
public virtual Document? ProfileImg { get; set; }
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
|
||||
public virtual List<PlacementProfileDoc> PlacementProfileDocs { get; set; } = new List<PlacementProfileDoc>();
|
||||
public virtual List<PlacementCertificate> PlacementCertificates { get; set; } = new List<PlacementCertificate>();
|
||||
public virtual List<PlacementEducation> PlacementEducations { get; set; } = new List<PlacementEducation>();
|
||||
|
|
|
|||
|
|
@ -184,6 +184,14 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
|
||||
[Comment("สถานะการใช้งาน")]
|
||||
public bool IsActive { get; set; } = true;
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
public virtual List<PlacementReceiveDoc> PlacementReceiveDocs { get; set; } = new List<PlacementReceiveDoc>();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -103,5 +103,13 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
public string? posLevelNameOld { get; set; }
|
||||
[Comment("Id อ้างอิงช่วยราช")]
|
||||
public Guid? refId { get; set; }
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -98,6 +98,14 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
public string? posLevelOldId { get; set; }
|
||||
[Comment("ชื่อระดับตำแหน่ง old")]
|
||||
public string? posLevelNameOld { get; set; }
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
public virtual List<PlacementTransferDoc> PlacementTransferDocs { get; set; } = new List<PlacementTransferDoc>();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -97,6 +97,16 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
|
||||
[Comment("สถานภาพ (OFFICER->ข้าราชการ EMPLOYEE->ลูกจ้างประจำ)")]
|
||||
public string? profileType { get; set; }
|
||||
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
|
||||
public virtual List<RetirementDeceasedNoti> RetirementDeceasedNotis { get; set; } = new List<RetirementDeceasedNoti>();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -181,6 +181,14 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
public string? posLevelId { get; set; }
|
||||
[Comment("ชื่อระดับตำแหน่ง")]
|
||||
public string? posLevelName { get; set; }
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
public virtual List<RetirementOtherDoc> RetirementOtherDocs { get; set; } = new List<RetirementOtherDoc>();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -103,5 +103,14 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
|
||||
[Comment("สถานภาพ (OFFICER->ข้าราชการ EMPLOYEE->ลูกจ้างประจำ)")]
|
||||
public string? profileType { get; set; }
|
||||
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -87,5 +87,14 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
public string? posExecutiveName { get; set; }
|
||||
[Comment("เลขที่ตำแหน่ง ")]
|
||||
public string? posNo { get; set; }
|
||||
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -76,5 +76,15 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
public string? posExecutiveName { get; set; }
|
||||
[Comment("เลขที่ตำแหน่ง ")]
|
||||
public string? posNo { get; set; }
|
||||
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -156,6 +156,14 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
[Comment("คนยื่นมาอยู่ในกลุ่ม")]
|
||||
public string? Group { get; set; } = string.Empty;
|
||||
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
|
||||
|
||||
public List<RetirementResignApprover> Approvers { get; set; } = new();
|
||||
|
|
|
|||
|
|
@ -137,6 +137,15 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
public string? Group { get; set; } = string.Empty;
|
||||
[Required, Comment("อ้างอิงรับย้าย")]
|
||||
public virtual RetirementResign RetirementResign { get; set; }
|
||||
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
public List<RetirementResignCancelApprover> Approvers { get; set; } = new();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue