feat:add Table Operator
This commit is contained in:
parent
b0b64059f1
commit
b3b69c5b2a
5 changed files with 886 additions and 300 deletions
|
|
@ -98,6 +98,29 @@ interface DataAuthority {
|
|||
isSignatory: boolean;
|
||||
}
|
||||
|
||||
interface DataOperators {
|
||||
commandId: string;
|
||||
createdAt: string;
|
||||
createdFullName: string;
|
||||
createdUserId: string;
|
||||
firstName: string;
|
||||
id: string;
|
||||
lastName: string;
|
||||
lastUpdateFullName: string;
|
||||
lastUpdateUserId: string;
|
||||
lastUpdatedAt: string;
|
||||
orderNo: number;
|
||||
posLevel: string;
|
||||
posNo: string;
|
||||
posType: string;
|
||||
position: string;
|
||||
positionExecutive: string;
|
||||
prefix: string;
|
||||
profileId: string;
|
||||
roleName: string;
|
||||
posExecutiveName?: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
ResListCommand,
|
||||
DataListCommand,
|
||||
|
|
@ -106,4 +129,5 @@ export type {
|
|||
DataFileOrder,
|
||||
DataDirector,
|
||||
DataAuthority,
|
||||
DataOperators,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue