no message
This commit is contained in:
parent
3e313fd804
commit
8dc8f3d78d
1 changed files with 15 additions and 1 deletions
|
|
@ -2,6 +2,20 @@ interface DataOption {
|
|||
id: string;
|
||||
name: string;
|
||||
}
|
||||
interface MyObjectRef {
|
||||
orderType: any;
|
||||
orderBy: any;
|
||||
listInvestigation: any,
|
||||
authority: any,
|
||||
orderNumber: any,
|
||||
dateYear: any,
|
||||
date: any,
|
||||
authorityPosition: any,
|
||||
subject: any,
|
||||
mistakeDetail: any,
|
||||
[key: string]: any;
|
||||
}
|
||||
export type {
|
||||
DataOption
|
||||
DataOption,
|
||||
MyObjectRef
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue