แก้ออกคำสั่ง
This commit is contained in:
parent
ad70e8164c
commit
564a23988d
17 changed files with 77109 additions and 252 deletions
|
|
@ -28,10 +28,10 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
// [Comment("ลำดับที่สอบได้")]
|
||||
// public int? Number { get; set; }
|
||||
|
||||
[Comment("Id ตำแหน่งที่สอบได้")]
|
||||
public PositionPath? PositionCandidate { get; set; }
|
||||
[Comment("Id เลขที่ตำแหน่ง")]
|
||||
public OrganizationPositionEntity? OrganizationPosition { get; set; }
|
||||
// [Comment("Id ตำแหน่งที่สอบได้")]
|
||||
// public PositionPath? PositionCandidate { get; set; }
|
||||
// [Comment("Id เลขที่ตำแหน่ง")]
|
||||
// public OrganizationPositionEntity? OrganizationPosition { get; set; }
|
||||
[Comment("วันที่บรรจุ")]
|
||||
public DateTime? RecruitDate { get; set; }
|
||||
[Comment("วันที่รายงานตัว")]
|
||||
|
|
@ -198,21 +198,12 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
[MaxLength(20), Comment("โทรศัพท์ บริษัท")]
|
||||
public string? OccupationTelephone { get; set; }
|
||||
|
||||
[Comment("ชื่อตำแหน่งเลขที่")]
|
||||
public PositionNumberEntity? PositionNumber { get; set; }
|
||||
|
||||
[Comment("ชื่อตำแหน่ง")]
|
||||
public PositionPath? PositionPath { get; set; }
|
||||
|
||||
[Comment("Id ด้าน/สาขา")]
|
||||
public PositionPathSide? PositionPathSide { get; set; }
|
||||
[Comment("ตำแหน่งสอบ")]
|
||||
public string? PositionCandidate { get; set; }
|
||||
|
||||
[Comment("ประเภทตำแหน่ง")]
|
||||
public string? PositionType { get; set; }
|
||||
|
||||
[Comment("Id สายงาน")]
|
||||
public PositionLine? PositionLine { get; set; }
|
||||
|
||||
[Comment("ระดับ")]
|
||||
public string? PositionLevel { get; set; }
|
||||
|
||||
|
|
@ -331,7 +322,6 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
[Comment("ประเภทคำสั่ง")]
|
||||
public string? typeCommand { get; set; }
|
||||
|
||||
|
||||
|
||||
[Comment("ข้อมูลเก่า")]
|
||||
public bool? IsOld { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue