updated
This commit is contained in:
parent
bad1ce07f0
commit
5868658e84
3 changed files with 69 additions and 43 deletions
|
|
@ -76,6 +76,7 @@ interface HistoryType {
|
|||
}
|
||||
|
||||
interface FormPositionSelect {
|
||||
positionId: string,
|
||||
positionName: string;
|
||||
positionField: string;
|
||||
positionType: string;
|
||||
|
|
@ -86,6 +87,7 @@ interface FormPositionSelect {
|
|||
}
|
||||
|
||||
interface RowDetailPositions {
|
||||
positionId: string,
|
||||
positionName: string
|
||||
positionField: string
|
||||
positionType: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue