ปรับ ข้อมูลเงินเดือน/ค่าจ้าง
This commit is contained in:
parent
4364bd26aa
commit
179a2b395e
6 changed files with 114 additions and 46 deletions
|
|
@ -17,11 +17,12 @@ interface RequestItemsObject {
|
|||
section: string;
|
||||
page: string;
|
||||
receiveDate: Date;
|
||||
dateAnnounce: Date|string|null;
|
||||
dateAnnounce: Date | string | null;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null|string;
|
||||
refCommandDate: Date | null | string;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
note: string | null;
|
||||
}
|
||||
|
||||
//columns
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ interface ResponseObject {
|
|||
refCommandDate: Date | null;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
note: string;
|
||||
}
|
||||
|
||||
export type { ResponseObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue