แก้ issue จาก เทส

This commit is contained in:
setthawutttty 2024-02-12 09:54:38 +07:00
parent 2a7051f5f6
commit dd0bd13d6f
4 changed files with 8 additions and 14 deletions

View file

@ -10,7 +10,7 @@ interface RequestItemsObject {
detail: string;
issueDate: Date;
refCommandNo: string;
refCommandDate: Date | null;
refCommandDate: Date | null | string;
createdFullName: string;
createdAt: Date;
}