UI รายการออกคำสั่งย้ายสับเปลี่ยนตำแหน่ง

This commit is contained in:
STW_TTTY\stwtt 2024-06-10 18:00:18 +07:00
parent 40b46b8c62
commit 6419d09f8b
5 changed files with 444 additions and 4 deletions

View file

@ -258,6 +258,19 @@ interface DataProfile {
positionType?: string;
positionLevel?: string;
}
interface tableType {
personId: string;
idcard: string;
prefix: string;
firstName: string;
lastName: string;
position: string;
positionLevel: string;
organization: string;
salary: string;
name: string;
}
export type {
DataOption,
DataOptionInsignia,
@ -279,6 +292,7 @@ export type {
Assign,
AddressData,
DataProfile,
tableType
};
export { AddressDataDefualt, FamilyDataDefualt };