fix: แก้เอา profileId update ออก

This commit is contained in:
Net 2024-03-20 11:04:06 +07:00
parent 5cd4beebed
commit 2a044b8ef1
7 changed files with 0 additions and 7 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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