fix Salary

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-06-05 10:48:21 +07:00
parent 783c3c6e50
commit b483007300
5 changed files with 38 additions and 5 deletions

View file

@ -2,6 +2,7 @@ interface DataOption {
id: string;
name: string;
type?: string;
typeName?: string;
}
interface DataOptionShort {