แก้ เครื่องราชอิสริยาภรณ์

This commit is contained in:
setthawutttty 2024-02-12 17:02:35 +07:00
parent f685da61a0
commit c3c27e9f8c
2 changed files with 12 additions and 12 deletions

View file

@ -17,9 +17,9 @@ interface RequestItemsObject {
section: string;
page: string;
receiveDate: Date;
dateAnnounce: Date;
dateAnnounce: Date|string|null;
refCommandNo: string;
refCommandDate: Date | null;
refCommandDate: Date | null|string;
createdFullName: string;
createdAt: Date;
}