ออกคำสั้ง
This commit is contained in:
parent
f16295f335
commit
5e8a3b1f5e
4 changed files with 217 additions and 2 deletions
|
|
@ -13,6 +13,11 @@ interface DataList {
|
|||
orderTypeValue: string;
|
||||
signatoryBy: string;
|
||||
signatoryPosition: string;
|
||||
faultLevel: string;
|
||||
caseFault: string;
|
||||
fullName: string;
|
||||
result: string;
|
||||
refRaw: string;
|
||||
}
|
||||
|
||||
interface DataListRes {
|
||||
|
|
@ -30,6 +35,11 @@ interface DataListRes {
|
|||
orderTypeValue: string;
|
||||
signatoryBy: string;
|
||||
signatoryPosition: string;
|
||||
faultLevel: string;
|
||||
caseFault: string;
|
||||
fullName: string;
|
||||
result: string;
|
||||
refRaw: string;
|
||||
}
|
||||
|
||||
export type { DataList, DataListRes };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue