ทะเบียนประวัติ ==> uploadFile
This commit is contained in:
parent
a8f0a486e3
commit
70373acacd
11 changed files with 656 additions and 42 deletions
|
|
@ -7,6 +7,7 @@ interface RequestItemsObject {
|
|||
refCommandNo: string;
|
||||
refCommandDate: Date | null;
|
||||
date: Date | null;
|
||||
isUpload?: boolean;
|
||||
}
|
||||
|
||||
interface FormFilter {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ interface RowList {
|
|||
detail: string;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null;
|
||||
isUpload: boolean;
|
||||
}
|
||||
|
||||
interface ObjectSalaryRef {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ interface ResponseObject {
|
|||
issueDate: Date | null;
|
||||
isActive: boolean;
|
||||
expireDate: Date | null;
|
||||
isUpload?: boolean;
|
||||
}
|
||||
|
||||
export type { ResponseObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue