fix Salary
This commit is contained in:
parent
783c3c6e50
commit
b483007300
5 changed files with 38 additions and 5 deletions
|
|
@ -2,6 +2,7 @@ interface DataOption {
|
|||
id: string;
|
||||
name: string;
|
||||
type?: string;
|
||||
typeName?: string;
|
||||
}
|
||||
|
||||
interface DataOptionShort {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue