no message
This commit is contained in:
parent
dc91f81262
commit
57164f5d45
11 changed files with 34879 additions and 185 deletions
|
|
@ -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