ทะเบียนประวัติ ==> uploadFile

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-18 15:25:08 +07:00
parent a8f0a486e3
commit 70373acacd
11 changed files with 656 additions and 42 deletions

View file

@ -7,6 +7,7 @@ interface RequestItemsObject {
refCommandNo: string;
refCommandDate: Date | null;
date: Date | null;
isUpload?: boolean;
}
interface FormFilter {

View file

@ -5,6 +5,7 @@ interface RowList {
detail: string;
refCommandNo: string;
refCommandDate: Date | null;
isUpload: boolean;
}
interface ObjectSalaryRef {

View file

@ -7,6 +7,7 @@ interface ResponseObject {
issueDate: Date | null;
isActive: boolean;
expireDate: Date | null;
isUpload?: boolean;
}
export type { ResponseObject };