api import เครื่องราช,ใบกำกับ
This commit is contained in:
parent
9c610407f4
commit
69f23fd0cb
21 changed files with 47554 additions and 55 deletions
|
|
@ -19,7 +19,9 @@ namespace BMA.EHR.Domain.Models.Insignias
|
|||
[Comment("วันที่ได้รับพระราชทานเครื่องราชฯ")]
|
||||
public DateTime? DateReceive { get; set; }
|
||||
[Comment("สังกัด ณ วันที่ขอพระราชทานเครื่องราชฯ")]
|
||||
public OrganizationOrganization? OrganizationOrganizationSend { get; set; }
|
||||
public string? OrganizationOrganizationSend { get; set; }
|
||||
[Comment("สังกัด ณ วันที่ได้รับพระราชทานเครื่องราชฯ")]
|
||||
public string? OrganizationOrganizationReceive { get; set; }
|
||||
[Comment("วันที่")]
|
||||
public DateTime? Date { get; set; }
|
||||
[Comment("เล่มที่")]
|
||||
|
|
|
|||
|
|
@ -34,6 +34,9 @@ namespace BMA.EHR.Domain.Models.Insignias
|
|||
[Comment("สถานะตำแหน่งที่ยื่นขอ")]
|
||||
public string Status { get; set; } = "PENDING";
|
||||
|
||||
[Comment("เหตุผลไม่ยื่นขอ")]
|
||||
public string? Reason { get; set; }
|
||||
|
||||
public Profile Profile { get; set; }
|
||||
|
||||
public Insignia RequestInsignia { get; set; }
|
||||
|
|
|
|||
|
|
@ -57,6 +57,8 @@ namespace BMA.EHR.Domain.Models.Organizations
|
|||
|
||||
[Column(Order = 17), Comment("กอง")]
|
||||
public string? Pile { get; set; }
|
||||
[Comment("สถานะการใช้งาน")]
|
||||
public bool IsActive { get; set; } = true;
|
||||
|
||||
public OrganizationStatus? OrganizationStatus { get; set; }
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
[Comment("อื่นๆ เหตุใดท่านจึงตัดสินใจร่วมงานกับกรุงเทพมหานคร")]
|
||||
public string? ReasonWorkOther { get; set; }
|
||||
[Comment("สำหรับการลาออกในครั้งนี้ ท่านได้คิดทบทวนอย่างจริงจังเป็นระยะเวลานานเท่าใด")]
|
||||
public string? TimeThink { get; set; }
|
||||
public int? TimeThink { get; set; }
|
||||
[Comment("ปัจจัยใดที่ทำให้ท่านตัดสินใจลาออกจากราชการ")]
|
||||
public string? ExitFactor { get; set; }
|
||||
[Comment("อื่นๆ ปัจจัยใดที่ทำให้ท่านตัดสินใจลาออกจากราชการ")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue