ปรับข้อมูลหลักกลุ่มงานและระดับชั้นงานของลูกจ้าง

This commit is contained in:
Warunee Tamkoo 2024-03-15 12:05:56 +07:00
parent 5debc893e6
commit 360fd655d1
2 changed files with 15 additions and 30 deletions

View file

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