This commit is contained in:
Warunee Tamkoo 2024-01-30 16:07:12 +07:00
parent bad1ce07f0
commit 5868658e84
3 changed files with 69 additions and 43 deletions

View file

@ -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