Merge branch 'net-dav' into develop

This commit is contained in:
Net 2024-03-20 11:04:46 +07:00
commit df309f237d
7 changed files with 0 additions and 7 deletions

View file

@ -90,7 +90,6 @@ export class CreateProfileAbility {
}
export type UpdateProfileAbility = {
profileId?: string | null;
isActive?: boolean;
remark?: string | null;
detail?: string | null;

View file

@ -87,7 +87,6 @@ export class CreateProfileDuty {
}
export type UpdateProfileDuty = {
profileId?: string | null;
isActive?: boolean;
dateStart?: Date | null;
dateEnd?: Date | null;

View file

@ -153,7 +153,6 @@ export class CreateProfileInsignia {
}
export type UpdateProfileInsignia = {
profileId?: string | null;
isActive?: boolean;
year?: number;
no?: string | null;

View file

@ -312,7 +312,6 @@ export class CreateProfileLeave {
}
export type UpdateProfileLeave = {
profileId?: string | null;
isActive?: boolean;
restCount?: number | null;
restDay?: number | null;

View file

@ -78,7 +78,6 @@ export class CreateProfileNopaid {
}
export type UpdateProfileNopaid = {
profileId?: string | null;
isActive?: boolean;
date?: Date | null;
detail?: string | null;

View file

@ -51,7 +51,6 @@ export class CreateProfileOther {
}
export type UpdateProfileOther = {
profileId?: string | null;
isActive?: boolean;
detail?: string | null;
date?: Date | null;

View file

@ -133,7 +133,6 @@ export class CreateProfileTraining {
}
export type UpdateProfileTraining = {
profileId?: string | null;
isActive?: boolean;
startDate?: Date | null;
endDate?: Date | null;