สร้างทะเบียนประวัติ

This commit is contained in:
Kittapath 2024-03-29 09:44:09 +07:00
parent 55f1c1add8
commit 250e4860b3
2 changed files with 17 additions and 15 deletions

View file

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