UI ทะเบียนประวัติ Part 1

This commit is contained in:
setthawutttty 2025-01-24 14:38:21 +07:00
parent cb49d7e0ab
commit d448de5784
12 changed files with 1111 additions and 27 deletions

View file

@ -6,6 +6,7 @@ interface RequestItemsObject {
issuer: string;
refCommandDate: Date | null;
refCommandNo: string;
type: string;
isDate: boolean | string;
}