ปรับ ข้อมูลเงินเดือน/ค่าจ้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-25 11:10:53 +07:00
parent 4364bd26aa
commit 179a2b395e
6 changed files with 114 additions and 46 deletions

View file

@ -17,6 +17,7 @@ interface ResponseObject {
refCommandDate: Date | null;
createdFullName: string;
createdAt: Date;
note: string;
}
export type { ResponseObject };