add field birthDate
This commit is contained in:
parent
a8bbd5fbf2
commit
5d223d4b69
1 changed files with 1 additions and 0 deletions
|
|
@ -4061,6 +4061,7 @@ export class ProfileController extends Controller {
|
|||
firstName: profile.firstName,
|
||||
lastName: profile.lastName,
|
||||
citizenId: profile.citizenId,
|
||||
birthDate: profile.birthDate,
|
||||
position: profile.position,
|
||||
leaveDate: profile.dateLeave,
|
||||
posMasterNo: posMaster == null ? null : posMaster.posMasterNo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue