API ข้อมูลตำแหน่งลูกจ้างประจำ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-14 15:45:37 +07:00
parent c052ef9148
commit 0a86f87f9c
7 changed files with 275 additions and 144 deletions

View file

@ -7,7 +7,7 @@ interface FrmDataGroup {
interface FormDataLevel {
posLevelName: number | null;
posTypeName: string | undefined;
commander: string;
posLevelAuthority: string;
}
export type { FrmDataGroup, FormDataLevel };