fixing registy
This commit is contained in:
parent
3666cd61a9
commit
96a1722435
5 changed files with 22 additions and 11 deletions
|
|
@ -3,6 +3,7 @@ interface FormFilter {
|
|||
pageSize: number;
|
||||
keyword: string;
|
||||
type: string;
|
||||
searchType?: string;
|
||||
posType: string;
|
||||
posLevel: string;
|
||||
retireYear: string | null;
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ interface DataPerson {
|
|||
posTypeId: string;
|
||||
position: string;
|
||||
prefix: string;
|
||||
rank?: string;
|
||||
}
|
||||
|
||||
export type { DataType, DataLevel, DataPerson };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue