สร้างทะเบียนประวัติ
This commit is contained in:
parent
55f1c1add8
commit
250e4860b3
2 changed files with 17 additions and 15 deletions
|
|
@ -546,21 +546,21 @@ export class CreateProfile {
|
|||
firstName: string;
|
||||
lastName: string;
|
||||
position: string;
|
||||
email: string | null;
|
||||
phone: string | null;
|
||||
isProbation: boolean | null;
|
||||
dateRetire: Date | null;
|
||||
// email: string | null;
|
||||
// phone: string | null;
|
||||
// isProbation: boolean | null;
|
||||
// dateRetire: Date | null;
|
||||
birthDate: Date | null;
|
||||
ethnicity: string | null;
|
||||
telephoneNumber: string | null;
|
||||
nationality: string | null;
|
||||
// ethnicity: string | null;
|
||||
// telephoneNumber: string | null;
|
||||
// nationality: string | null;
|
||||
citizenId: string;
|
||||
religion: string | null;
|
||||
// religion: string | null;
|
||||
posLevelId: string | null;
|
||||
posTypeId: string | null;
|
||||
gender: string | null;
|
||||
relationship: string | null;
|
||||
bloodGroup: string | null;
|
||||
// gender: string | null;
|
||||
// relationship: string | null;
|
||||
// bloodGroup: string | null;
|
||||
}
|
||||
|
||||
export type UpdateProfile = {
|
||||
|
|
@ -568,12 +568,12 @@ export type UpdateProfile = {
|
|||
prefix?: string | null;
|
||||
firstName?: string | null;
|
||||
lastName?: string | null;
|
||||
position?: string | null;
|
||||
// position?: string | null;
|
||||
email?: string | null;
|
||||
phone?: string | null;
|
||||
keycloak?: string | null;
|
||||
isProbation?: boolean | null;
|
||||
dateRetire?: Date | null;
|
||||
// keycloak?: string | null;
|
||||
// isProbation?: boolean | null;
|
||||
// dateRetire?: Date | null;
|
||||
birthDate?: Date | null;
|
||||
ethnicity?: string | null;
|
||||
telephoneNumber?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue