fix: แก้ชื่อตัวเเปร LeaveType
This commit is contained in:
parent
04eb3e2564
commit
8e939b0d56
1 changed files with 2 additions and 2 deletions
|
|
@ -32,10 +32,10 @@ export class LeaveType extends EntityBase {
|
|||
profileLeave: ProfileLeave;
|
||||
}
|
||||
|
||||
export class CreateBloodGroup {
|
||||
export class CreateLeaveType {
|
||||
name: string | null;
|
||||
code: number | null;
|
||||
limit: number | null;
|
||||
}
|
||||
|
||||
export type UpdateBloodGroup = Partial<CreateBloodGroup>;
|
||||
export type UpdateLeaveType = Partial<CreateLeaveType>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue