include posno insignia

This commit is contained in:
Kittapath 2023-09-11 17:44:55 +07:00
parent 8f2c9841ef
commit 156e91f6e3
3 changed files with 122 additions and 5 deletions

View file

@ -8,7 +8,7 @@
public Guid ProfileId { get; set; }
public string FullName { get; set; }
public string Position { get; set; }
public Guid PosNo { get; set; }
public string PosNo { get; set; }
public string Rank { get; set; }
public string Salary { get; set; }
public string LastInsignia { get; set; }