โครงสร้างอัตรากำลัง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-13 09:44:49 +07:00
parent aff250139c
commit f6352c8b81
3 changed files with 86 additions and 127 deletions

View file

@ -13,8 +13,8 @@ interface MovePos {
}
interface Inherit {
currentId: string;
nextId: string;
draftPositionId: string;
publishPositionId: string;
}
export type { FilterMaster, MovePos, Inherit };