Merge branch 'net-dav' into develop
This commit is contained in:
commit
df309f237d
7 changed files with 0 additions and 7 deletions
|
|
@ -90,7 +90,6 @@ export class CreateProfileAbility {
|
|||
}
|
||||
|
||||
export type UpdateProfileAbility = {
|
||||
profileId?: string | null;
|
||||
isActive?: boolean;
|
||||
remark?: string | null;
|
||||
detail?: string | null;
|
||||
|
|
|
|||
|
|
@ -87,7 +87,6 @@ export class CreateProfileDuty {
|
|||
}
|
||||
|
||||
export type UpdateProfileDuty = {
|
||||
profileId?: string | null;
|
||||
isActive?: boolean;
|
||||
dateStart?: Date | null;
|
||||
dateEnd?: Date | null;
|
||||
|
|
|
|||
|
|
@ -153,7 +153,6 @@ export class CreateProfileInsignia {
|
|||
}
|
||||
|
||||
export type UpdateProfileInsignia = {
|
||||
profileId?: string | null;
|
||||
isActive?: boolean;
|
||||
year?: number;
|
||||
no?: string | null;
|
||||
|
|
|
|||
|
|
@ -312,7 +312,6 @@ export class CreateProfileLeave {
|
|||
}
|
||||
|
||||
export type UpdateProfileLeave = {
|
||||
profileId?: string | null;
|
||||
isActive?: boolean;
|
||||
restCount?: number | null;
|
||||
restDay?: number | null;
|
||||
|
|
|
|||
|
|
@ -78,7 +78,6 @@ export class CreateProfileNopaid {
|
|||
}
|
||||
|
||||
export type UpdateProfileNopaid = {
|
||||
profileId?: string | null;
|
||||
isActive?: boolean;
|
||||
date?: Date | null;
|
||||
detail?: string | null;
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ export class CreateProfileOther {
|
|||
}
|
||||
|
||||
export type UpdateProfileOther = {
|
||||
profileId?: string | null;
|
||||
isActive?: boolean;
|
||||
detail?: string | null;
|
||||
date?: Date | null;
|
||||
|
|
|
|||
|
|
@ -133,7 +133,6 @@ export class CreateProfileTraining {
|
|||
}
|
||||
|
||||
export type UpdateProfileTraining = {
|
||||
profileId?: string | null;
|
||||
isActive?: boolean;
|
||||
startDate?: Date | null;
|
||||
endDate?: Date | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue