Refactoring code module 01_metadata => 03_positionEmployee
This commit is contained in:
parent
a8d794abe6
commit
24c0b87ec8
22 changed files with 324 additions and 348 deletions
|
|
@ -25,4 +25,18 @@ interface FormQuery {
|
|||
keyword: string;
|
||||
}
|
||||
|
||||
export type { ObjectGroupRef, ObjectLevelRef, ObjectPosRef, FormQuery };
|
||||
interface DataGroup {
|
||||
id: string;
|
||||
posLevelAuthority: string;
|
||||
posLevelName: number;
|
||||
posLevelRank: number;
|
||||
posTypeName: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
ObjectGroupRef,
|
||||
ObjectLevelRef,
|
||||
ObjectPosRef,
|
||||
FormQuery,
|
||||
DataGroup,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue