add command placement
This commit is contained in:
parent
752b1a5479
commit
3aa94c7b34
5 changed files with 19389 additions and 2 deletions
|
|
@ -382,6 +382,18 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
[Comment("ชื่อระดับตำแหน่ง")]
|
||||
public string? posLevelNameOld { get; set; }
|
||||
|
||||
[MaxLength(200), Comment("โทรศัพท์มือถือ")]
|
||||
public string? commandId { get; set; }
|
||||
[MaxLength(200), Comment("โทรศัพท์มือถือ")]
|
||||
public string? refCommandCode { get; set; }
|
||||
[MaxLength(200), Comment("โทรศัพท์มือถือ")]
|
||||
public DateTime? refCommandDate { get; set; }
|
||||
[MaxLength(200), Comment("โทรศัพท์มือถือ")]
|
||||
public string? refCommandName { get; set; }
|
||||
[MaxLength(200), Comment("โทรศัพท์มือถือ")]
|
||||
public string? refCommandNo { get; set; }
|
||||
[MaxLength(200), Comment("โทรศัพท์มือถือ")]
|
||||
public string? templateDoc { get; set; }
|
||||
|
||||
[Comment("Id รูปโปรไฟล์")]
|
||||
public virtual Document? ProfileImg { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue