แก้ใหม่ วันที่เริ่มต้น
This commit is contained in:
parent
0dc0640d2c
commit
d15a24c80e
2 changed files with 25 additions and 11 deletions
|
|
@ -45,11 +45,23 @@ interface ObjectSalaryRateRef {
|
|||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface FormData{
|
||||
salaryType:string
|
||||
posTypeId:string
|
||||
posLevelId:string
|
||||
isActive:boolean
|
||||
date:Date |null
|
||||
startDate:Date |null
|
||||
endDate:Date |null
|
||||
details:string
|
||||
isSpecial:boolean
|
||||
}
|
||||
export type {
|
||||
DataOption,
|
||||
NewPagination,
|
||||
ItemsMenu,
|
||||
ObjectSalaryRef,
|
||||
ObjectSalaryRateRef,
|
||||
DataOptionShort
|
||||
DataOptionShort,
|
||||
FormData,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue