แก้พัฒนา
This commit is contained in:
parent
4a11216b5f
commit
bb83d7ca67
3 changed files with 201 additions and 59 deletions
|
|
@ -174,6 +174,37 @@ interface DataManageList {
|
|||
statusMark: boolean;
|
||||
}
|
||||
|
||||
interface ResOrg {
|
||||
labelName: string;
|
||||
orgCode: string;
|
||||
orgLevel: number;
|
||||
orgName: string;
|
||||
orgRevisionId: string;
|
||||
orgRootName: string;
|
||||
orgTreeCode: string;
|
||||
orgTreeFax: string;
|
||||
orgTreeId: string;
|
||||
orgTreeName: string;
|
||||
orgTreeOrder: number;
|
||||
orgTreePhoneEx: string;
|
||||
orgTreePhoneIn: string;
|
||||
orgTreeRank: string;
|
||||
orgTreeRankSub: string;
|
||||
orgTreeShortName: string;
|
||||
responsibility: string;
|
||||
totalPosition: number;
|
||||
totalPositionCurrentUse: number;
|
||||
totalPositionCurrentVacant: number;
|
||||
totalPositionNextUse: number;
|
||||
totalPositionNextVacant: number;
|
||||
totalRootPosition: number;
|
||||
totalRootPositionCurrentUse: number;
|
||||
totalRootPositionCurrentVacant: number;
|
||||
totalRootPositionNextUse: number;
|
||||
totalRootPositionNextVacant: number;
|
||||
children: ResOrg[];
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
OptionData,
|
||||
|
|
@ -194,4 +225,5 @@ export type {
|
|||
DataProfileOtherSystem,
|
||||
Pagination,
|
||||
DataManageList,
|
||||
ResOrg
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue