fix ออกคำสั่งย้ายลูกจ้างประจำ
This commit is contained in:
parent
1960f243d0
commit
a2a8aee819
3 changed files with 4 additions and 2 deletions
|
|
@ -6,6 +6,7 @@
|
|||
// public string CitizenId { get; set; } = string.Empty;
|
||||
public string? FullName { get; set; } = string.Empty;
|
||||
public string? Organization { get; set; } = string.Empty;
|
||||
public string? OldOrganization { get; set; } = string.Empty;
|
||||
public string? OldPositionName { get; set; } = string.Empty;
|
||||
public string? OldPositionLevel { get; set; } = string.Empty;
|
||||
public string? OldPositionNumber { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue