UI ทะเบียนประวัติ Part 1
This commit is contained in:
parent
cb49d7e0ab
commit
d448de5784
12 changed files with 1111 additions and 27 deletions
|
|
@ -19,6 +19,7 @@ interface DataOptionSys {
|
|||
interface DataOptionInsignia {
|
||||
id: string;
|
||||
name: string;
|
||||
typeId: string;
|
||||
typeName: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ interface RequestItemsObject {
|
|||
issuer: string;
|
||||
refCommandDate: Date | null;
|
||||
refCommandNo: string;
|
||||
type: string;
|
||||
isDate: boolean | string;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ interface ResponseObject {
|
|||
lastUpdateUserId: string;
|
||||
lastUpdatedAt: Date;
|
||||
profileId: string;
|
||||
type: string;
|
||||
refCommandDate: Date;
|
||||
refCommandNo: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue