แก้ใหม่ วันที่เริ่มต้น

This commit is contained in:
setthawutttty 2024-03-01 10:30:04 +07:00
parent 0dc0640d2c
commit d15a24c80e
2 changed files with 25 additions and 11 deletions

View file

@ -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,
};