ทะเบียนประวัติ: ปรับแท็บข้อมูลราชการ
This commit is contained in:
parent
2a52b3d5f3
commit
975a4ed754
11 changed files with 1126 additions and 1090 deletions
|
|
@ -32,6 +32,8 @@ interface MyObjectRef {
|
|||
}
|
||||
|
||||
interface RequestItemsHistoryObject {
|
||||
lastUpdatedAt: Date,
|
||||
lastUpdateFullName: string,
|
||||
oc: string | null;
|
||||
position: string | null;
|
||||
positionPathSide: string | null;
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@ interface MyObjectRef {
|
|||
}
|
||||
|
||||
interface ResponseObject {
|
||||
lastUpdateFullName: string,
|
||||
lastUpdatedAt: Date,
|
||||
id: string;
|
||||
dateStart: Date;
|
||||
dateEnd: Date;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue