แก้ไขรายงาน บช 2 3
This commit is contained in:
parent
b88727a0ee
commit
411d59d1a5
5 changed files with 563 additions and 357 deletions
|
|
@ -7,6 +7,34 @@ namespace BMA.EHR.Organization.Service.Models.Report2
|
|||
{
|
||||
public class Report2 : EntityBase
|
||||
{
|
||||
[Comment("รหัสส่วนราชการเดิม")]
|
||||
public string? OrganizationShortNameOld { get; set; }
|
||||
public string? GovernmentCodeOld { get; set; }
|
||||
|
||||
[Comment("ชื่อหน่วยงานเดิม")]
|
||||
public string? OrganizationOrganizationOld { get; set; }
|
||||
|
||||
[Comment("ตำแหน่งเลขที่เดิม")]
|
||||
public string? PositionNumOld { get; set; }
|
||||
|
||||
[Comment("ประเภทตำแหน่งเดิม")]
|
||||
public string? PositionTypeOld { get; set; }
|
||||
|
||||
[Comment("ตำแหน่งทางการบริหารเดิม")]
|
||||
public string? PositionExecutiveOld { get; set; }
|
||||
|
||||
[Comment("ด้านทางบริหารเดิม")]
|
||||
public string? PositionExecutiveSideOld { get; set; }
|
||||
|
||||
[Comment("ตำแหน่งในสายงานเดิม")]
|
||||
public string? PositionPathOld { get; set; }
|
||||
|
||||
[Comment("ด้าน/สาขาเดิม")]
|
||||
public string? PositionPathSideOld { get; set; }
|
||||
|
||||
[Comment("ระดับตำแหน่งเดิม")]
|
||||
public string? PositionLevelOld { get; set; }
|
||||
|
||||
[Comment("รหัสส่วนราชการ")]
|
||||
public Guid? OrganizationShortNameId { get; set; }
|
||||
public string? OrganizationShortName { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue