Refactoring code module 01_metadata => 03_positionEmployee

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-05 16:44:08 +07:00
parent a8d794abe6
commit 24c0b87ec8
22 changed files with 324 additions and 348 deletions

View file

@ -25,4 +25,18 @@ interface FormQuery {
keyword: string;
}
export type { ObjectGroupRef, ObjectLevelRef, ObjectPosRef, FormQuery };
interface DataGroup {
id: string;
posLevelAuthority: string;
posLevelName: number;
posLevelRank: number;
posTypeName: string;
}
export type {
ObjectGroupRef,
ObjectLevelRef,
ObjectPosRef,
FormQuery,
DataGroup,
};