หา dna บรรจุ
This commit is contained in:
parent
b1ad88c37b
commit
1ef8544833
20 changed files with 1425 additions and 303 deletions
|
|
@ -70,5 +70,35 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
public int? ScoreTotal { get; set; }
|
||||
[Comment("ความคิดเห็น")]
|
||||
public string? Comment { get; set; }
|
||||
[Comment("ชื่อหน่วยงาน root ")]
|
||||
public string? root { get; set; }
|
||||
[Comment("id หน่วยงาน root ")]
|
||||
public string? rootId { get; set; }
|
||||
[Comment("id หน่วยงาน root ")]
|
||||
public string? rootDnaId { get; set; }
|
||||
[Comment("ชื่อหน่วยงาน child1 ")]
|
||||
public string? child1 { get; set; }
|
||||
[Comment("id หน่วยงาน child1 ")]
|
||||
public string? child1Id { get; set; }
|
||||
[Comment("id หน่วยงาน child1 ")]
|
||||
public string? child1DnaId { get; set; }
|
||||
[Comment("ชื่อหน่วยงาน child2 ")]
|
||||
public string? child2 { get; set; }
|
||||
[Comment("id หน่วยงาน child2 ")]
|
||||
public string? child2Id { get; set; }
|
||||
[Comment("id หน่วยงาน child2 ")]
|
||||
public string? child2DnaId { get; set; }
|
||||
[Comment("ชื่อหน่วยงาน child3 ")]
|
||||
public string? child3 { get; set; }
|
||||
[Comment("id หน่วยงาน child3 ")]
|
||||
public string? child3Id { get; set; }
|
||||
[Comment("id หน่วยงาน child3 ")]
|
||||
public string? child3DnaId { get; set; }
|
||||
[Comment("ชื่อหน่วยงาน child4 ")]
|
||||
public string? child4 { get; set; }
|
||||
[Comment("id หน่วยงาน child4 ")]
|
||||
public string? child4Id { get; set; }
|
||||
[Comment("id หน่วยงาน child4 ")]
|
||||
public string? child4DnaId { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue