แก้ไขจัดสรรเครื่องราช

This commit is contained in:
Kittapath 2023-08-20 07:46:52 +07:00
parent 16e55269dc
commit 9a0e68b0f8
6 changed files with 171 additions and 4 deletions

View file

@ -2,6 +2,7 @@
{
public class InsigniaRequestItem
{
public Guid Id { get; set; }
public Guid ProfileId { get; set; }
public string FullName { get; set; }
public string Position { get; set; }