แก้คำสั่งพ้น
This commit is contained in:
parent
bd7fe04395
commit
ee72e497e2
11 changed files with 18060 additions and 64 deletions
|
|
@ -4,16 +4,16 @@
|
|||
{
|
||||
public Guid ProfileId { get; set; } = Guid.Empty;
|
||||
|
||||
public string IdCard { get; set; } = string.Empty;
|
||||
public string CitizenId { get; set; } = string.Empty;
|
||||
|
||||
public Guid PrefixId { get; set;} = Guid.Empty;
|
||||
public string Prefix { get; set; } = string.Empty;
|
||||
|
||||
public string FirstName { get; set;} = string.Empty;
|
||||
public string FirstName { get; set; } = string.Empty;
|
||||
|
||||
public string LastName { get; set;} = string.Empty;
|
||||
public string LastName { get; set; } = string.Empty;
|
||||
|
||||
public string Position { get; set;} = string.Empty;
|
||||
public string Position { get; set; } = string.Empty;
|
||||
|
||||
public string Unit { get; set;} = string.Empty;
|
||||
public string OrganizationName { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue