แก้ไข component ทะเบียนประวัติ
This commit is contained in:
parent
98bcbe1bb1
commit
6730765a42
54 changed files with 3659 additions and 32 deletions
14
src/components/information/interface/response/Work.ts
Normal file
14
src/components/information/interface/response/Work.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
//ข้อมูล
|
||||
interface ResponseObject {
|
||||
id: string;
|
||||
dateStart: Date;
|
||||
dateEnd: Date;
|
||||
detail: string;
|
||||
reference: string;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
}
|
||||
|
||||
export type { ResponseObject };
|
||||
Loading…
Add table
Add a link
Reference in a new issue