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

@ -28,7 +28,7 @@ interface FormQuery {
interface DataGroup {
id: string;
posLevelAuthority: string;
posLevelName: number;
posLevelName: string;
posLevelRank: number;
posTypeName: string;
}