add menu template salary
This commit is contained in:
parent
935c85aba0
commit
f1d1542b90
4 changed files with 387 additions and 4 deletions
|
|
@ -15,8 +15,14 @@ interface ListOrder {
|
|||
category?: string;
|
||||
}
|
||||
|
||||
interface ListTemplateSalary {
|
||||
id: number | null;
|
||||
name: string;
|
||||
status?: boolean;
|
||||
}
|
||||
|
||||
interface Tabs {
|
||||
value: string;
|
||||
label: string;
|
||||
}
|
||||
export type { Pagination, ActiveOptions, ListOrder, Tabs };
|
||||
export type { Pagination, ActiveOptions, ListOrder, Tabs, ListTemplateSalary };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue