add command placement

This commit is contained in:
kittapath 2025-01-24 17:14:39 +07:00
parent 752b1a5479
commit 3aa94c7b34
5 changed files with 19389 additions and 2 deletions

View file

@ -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; }