ปรับ code => เงินเดือน/ค่าจ้าง
This commit is contained in:
parent
068769e317
commit
72590f3ac9
9 changed files with 133 additions and 134 deletions
|
|
@ -23,6 +23,13 @@ interface ItemsMenu {
|
|||
type: string;
|
||||
}
|
||||
|
||||
interface ItemsCards {
|
||||
label: string;
|
||||
name: string;
|
||||
color: string;
|
||||
total: number;
|
||||
}
|
||||
|
||||
interface FormData {
|
||||
name: string;
|
||||
posTypeId: string;
|
||||
|
|
@ -47,4 +54,12 @@ interface FormSalaryRate {
|
|||
isNext: boolean;
|
||||
}
|
||||
|
||||
export type { DataOption, NewPagination, ItemsMenu, DataOptionShort, FormData ,FormSalaryRate};
|
||||
export type {
|
||||
DataOption,
|
||||
NewPagination,
|
||||
ItemsMenu,
|
||||
DataOptionShort,
|
||||
FormData,
|
||||
FormSalaryRate,
|
||||
ItemsCards,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue