add field birthDate

This commit is contained in:
Bright 2024-09-17 15:20:20 +07:00
parent a8bbd5fbf2
commit 5d223d4b69

View file

@ -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,