fix #1310
This commit is contained in:
parent
31625d0418
commit
82a2dc42e6
3 changed files with 46 additions and 2 deletions
|
|
@ -33,5 +33,17 @@
|
|||
public string SalaryText { get; set; }
|
||||
|
||||
public DateTime? LeaveLast { get; set; }
|
||||
|
||||
public string? TelephoneNumber { get; set; }
|
||||
|
||||
public string? CurrentAddress { get; set; }
|
||||
|
||||
public string? CurrentSubDistrict { get; set; }
|
||||
|
||||
public string? CurrentDistrict { get; set; }
|
||||
|
||||
public string? CurrentProvince { get; set; }
|
||||
|
||||
public string? CurrentZipCode { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue