แก้คำสั่งบรรจุ

This commit is contained in:
Kittapath 2024-07-01 01:30:24 +07:00
parent 7c0b7f1aa7
commit 2678b7fc59
8 changed files with 18664 additions and 44 deletions

View file

@ -331,6 +331,67 @@ namespace BMA.EHR.Domain.Models.Placement
[Comment("ประเภทคำสั่ง")]
public string? typeCommand { get; set; }
[Comment("ข้อมูลเก่า")]
public bool? IsOld { get; set; }
[Comment("เงินเดือน")]
public double? AmountOld { get; set; }
[Comment("ระดับโครงสร้าง")]
public string? nodeOld { get; set; }
[Comment("id โครงสร้าง")]
public string? nodeIdOld { get; set; }
[Comment("id อัตรากำลัง")]
public string? posmasterIdOld { get; set; }
[Comment("ชื่อหน่วยงาน root")]
public string? rootOld { get; set; }
[Comment("id หน่วยงาน root")]
public string? rootIdOld { get; set; }
[Comment("ชื่อย่อหน่วยงาน root")]
public string? rootShortNameOld { get; set; }
[Comment("ชื่อหน่วยงาน child1")]
public string? child1Old { get; set; }
[Comment("id หน่วยงาน child1")]
public string? child1IdOld { get; set; }
[Comment("ชื่อย่อหน่วยงาน child1")]
public string? child1ShortNameOld { get; set; }
[Comment("ชื่อหน่วยงาน child2")]
public string? child2Old { get; set; }
[Comment("id หน่วยงาน child2")]
public string? child2IdOld { get; set; }
[Comment("ชื่อย่อหน่วยงาน child2")]
public string? child2ShortNameOld { get; set; }
[Comment("ชื่อหน่วยงาน child3")]
public string? child3Old { get; set; }
[Comment("id หน่วยงาน child3")]
public string? child3IdOld { get; set; }
[Comment("ชื่อย่อหน่วยงาน child3")]
public string? child3ShortNameOld { get; set; }
[Comment("ชื่อหน่วยงาน child4")]
public string? child4Old { get; set; }
[Comment("id หน่วยงาน child4")]
public string? child4IdOld { get; set; }
[Comment("ชื่อย่อหน่วยงาน child4")]
public string? child4ShortNameOld { get; set; }
[Comment("id revision")]
public string? orgRevisionIdOld { get; set; }
[Comment("id ตำแหน่ง")]
public string? positionIdOld { get; set; }
[Comment("เลขที่ตำแหน่ง")]
public int? posMasterNoOld { get; set; }
[Comment("ชื่อตำแหน่งในสายงาน")]
public string? positionNameOld { get; set; }
[Comment("สายงาน")]
public string? positionFieldOld { get; set; }
[Comment("id ประเภทตำแหน่ง")]
public string? posTypeIdOld { get; set; }
[Comment("ชื่อประเภทตำแหน่ง")]
public string? posTypeNameOld { get; set; }
[Comment("id ระดับตำแหน่ง")]
public string? posLevelIdOld { get; set; }
[Comment("ชื่อระดับตำแหน่ง")]
public string? posLevelNameOld { get; set; }
[Comment("Id รูปโปรไฟล์")]
public virtual Document? ProfileImg { get; set; }