modal-detail
This commit is contained in:
parent
fa6d916e36
commit
ca91efbaa5
6 changed files with 634 additions and 433 deletions
|
|
@ -1,5 +1,5 @@
|
|||
interface TableName {
|
||||
position: string;
|
||||
position: number;
|
||||
Name: string;
|
||||
ExamOrder: number;
|
||||
Unit: string;
|
||||
|
|
@ -10,20 +10,8 @@ interface TableName {
|
|||
|
||||
}
|
||||
|
||||
interface RequestReport2 {
|
||||
organizationShortNameId: string;
|
||||
organizationOrganizationId: string;
|
||||
positionNumId: string;
|
||||
positionTypeId: string;
|
||||
positionExecutiveId: string;
|
||||
positionExecutiveSideId: string;
|
||||
positionPathId: string;
|
||||
positionPathSideId: string;
|
||||
positionLevelId: string;
|
||||
status: string | null;
|
||||
}
|
||||
|
||||
export type {
|
||||
TableName,
|
||||
RequestReport2,
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue