แก้อัพไฟล์

This commit is contained in:
setthawutttty 2025-01-29 09:56:04 +07:00
parent 15c1c2038f
commit e92997302b
13 changed files with 448 additions and 108 deletions

View file

@ -8,6 +8,7 @@ interface RequestItemsObject {
refCommandNo: string;
type: string;
isDate: boolean | string;
isUpload?: boolean|undefined;
}
export type { RequestItemsObject };

View file

@ -14,6 +14,7 @@ interface RequestItemsObject {
refCommandNo: string;
note: string;
profileEmployeeId?: string | null;
isUpload?: boolean | undefined;
}
export type { RequestItemsObject };