no message
This commit is contained in:
parent
dc91f81262
commit
57164f5d45
11 changed files with 34879 additions and 185 deletions
|
|
@ -9,18 +9,10 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
{
|
||||
public class PlacementOfficer : EntityBase
|
||||
{
|
||||
[Required, Comment("Id User")]
|
||||
public Profile Profile { get; set; }
|
||||
[Comment("หน่วยงานที่ช่วยราชการไป")]
|
||||
public string? Organization { get; set; } = string.Empty;
|
||||
[Comment("Id User")]
|
||||
public Profile? Profile { get; set; }
|
||||
[Comment("เหตุผล")]
|
||||
public string? Reason { get; set; } = string.Empty;
|
||||
[Comment("สังกัด")]
|
||||
public string? OrganizationPositionOld { get; set; }
|
||||
[Comment("ตั้งแต่วันที่")]
|
||||
public DateTime? DateStart { get; set; }
|
||||
[Comment("ถึงวันที่")]
|
||||
public DateTime? DateEnd { get; set; }
|
||||
[Comment("ข้อมูลหน่วยงานเดิม ตำแหน่งประเภท")]
|
||||
public string? PositionTypeOld { get; set; }
|
||||
[Comment("ข้อมูลหน่วยงานเดิม ระดับ")]
|
||||
|
|
@ -29,6 +21,18 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
public string? PositionNumberOld { get; set; }
|
||||
[Comment("ข้อมูลหน่วยงานเดิม เงินเดือน")]
|
||||
public double? AmountOld { get; set; }
|
||||
|
||||
|
||||
[Comment("สังกัด")]
|
||||
public string? OrganizationPositionOld { get; set; }
|
||||
[Comment("หน่วยงานที่ช่วยราชการไป")]
|
||||
public string? Organization { get; set; } = string.Empty;
|
||||
[Comment("ตั้งแต่วันที่")]
|
||||
public DateTime? DateStart { get; set; }
|
||||
[Comment("ถึงวันที่")]
|
||||
public DateTime? DateEnd { get; set; }
|
||||
|
||||
|
||||
[Comment("สถานะคำขอ")]
|
||||
public string Status { get; set; } = "WAITTING";
|
||||
[Comment("สถานะการใช้งาน")]
|
||||
|
|
|
|||
|
|
@ -254,9 +254,6 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
[Comment("id โครงสร้าง")]
|
||||
public Guid? nodeId { get; set; }
|
||||
|
||||
[Comment("id อัตรากำลัง")]
|
||||
public Guid? posmasterId { get; set; }
|
||||
|
||||
// [Comment("id ตำแหน่ง")]
|
||||
// public Guid? positionId { get; set; }
|
||||
|
||||
|
|
@ -273,6 +270,8 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
public string? PosPath { get; set; }
|
||||
|
||||
|
||||
[Comment("id อัตรากำลัง")]
|
||||
public string? posmasterId { get; set; }
|
||||
[Comment("ชื่อหน่วยงาน root")]
|
||||
public string? root { get; set; }
|
||||
[Comment("id หน่วยงาน root")]
|
||||
|
|
@ -321,6 +320,8 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
public string? posLevelId { get; set; }
|
||||
[Comment("ชื่อระดับตำแหน่ง")]
|
||||
public string? posLevelName { get; set; }
|
||||
[Comment("ประเภทคำสั่ง")]
|
||||
public string? typeCommand { get; set; }
|
||||
|
||||
|
||||
[Comment("Id รูปโปรไฟล์")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue