fix(master-data): Type posLevelName To String

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-24 16:25:03 +07:00
parent d1340f523d
commit 7004fcac1d
3 changed files with 44 additions and 14 deletions

View file

@ -5,9 +5,10 @@ interface FrmDataGroup {
}
interface FormDataLevel {
posLevelName: number | null;
posLevelName: string;
posTypeName: string | null;
posLevelAuthority: string;
posLevelRank: number | null;
}
export type { FrmDataGroup, FormDataLevel };