fix: แก้เอา profileId update ออก
This commit is contained in:
parent
5cd4beebed
commit
2a044b8ef1
7 changed files with 0 additions and 7 deletions
|
|
@ -90,7 +90,6 @@ export class CreateProfileAbility {
|
||||||
}
|
}
|
||||||
|
|
||||||
export type UpdateProfileAbility = {
|
export type UpdateProfileAbility = {
|
||||||
profileId?: string | null;
|
|
||||||
isActive?: boolean;
|
isActive?: boolean;
|
||||||
remark?: string | null;
|
remark?: string | null;
|
||||||
detail?: string | null;
|
detail?: string | null;
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,6 @@ export class CreateProfileDuty {
|
||||||
}
|
}
|
||||||
|
|
||||||
export type UpdateProfileDuty = {
|
export type UpdateProfileDuty = {
|
||||||
profileId?: string | null;
|
|
||||||
isActive?: boolean;
|
isActive?: boolean;
|
||||||
dateStart?: Date | null;
|
dateStart?: Date | null;
|
||||||
dateEnd?: Date | null;
|
dateEnd?: Date | null;
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,6 @@ export class CreateProfileInsignia {
|
||||||
}
|
}
|
||||||
|
|
||||||
export type UpdateProfileInsignia = {
|
export type UpdateProfileInsignia = {
|
||||||
profileId?: string | null;
|
|
||||||
isActive?: boolean;
|
isActive?: boolean;
|
||||||
year?: number;
|
year?: number;
|
||||||
no?: string | null;
|
no?: string | null;
|
||||||
|
|
|
||||||
|
|
@ -312,7 +312,6 @@ export class CreateProfileLeave {
|
||||||
}
|
}
|
||||||
|
|
||||||
export type UpdateProfileLeave = {
|
export type UpdateProfileLeave = {
|
||||||
profileId?: string | null;
|
|
||||||
isActive?: boolean;
|
isActive?: boolean;
|
||||||
restCount?: number | null;
|
restCount?: number | null;
|
||||||
restDay?: number | null;
|
restDay?: number | null;
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,6 @@ export class CreateProfileNopaid {
|
||||||
}
|
}
|
||||||
|
|
||||||
export type UpdateProfileNopaid = {
|
export type UpdateProfileNopaid = {
|
||||||
profileId?: string | null;
|
|
||||||
isActive?: boolean;
|
isActive?: boolean;
|
||||||
date?: Date | null;
|
date?: Date | null;
|
||||||
detail?: string | null;
|
detail?: string | null;
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,6 @@ export class CreateProfileOther {
|
||||||
}
|
}
|
||||||
|
|
||||||
export type UpdateProfileOther = {
|
export type UpdateProfileOther = {
|
||||||
profileId?: string | null;
|
|
||||||
isActive?: boolean;
|
isActive?: boolean;
|
||||||
detail?: string | null;
|
detail?: string | null;
|
||||||
date?: Date | null;
|
date?: Date | null;
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,6 @@ export class CreateProfileTraining {
|
||||||
}
|
}
|
||||||
|
|
||||||
export type UpdateProfileTraining = {
|
export type UpdateProfileTraining = {
|
||||||
profileId?: string | null;
|
|
||||||
isActive?: boolean;
|
isActive?: boolean;
|
||||||
startDate?: Date | null;
|
startDate?: Date | null;
|
||||||
endDate?: Date | null;
|
endDate?: Date | null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue