isDirector

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-10 11:44:45 +07:00
parent 667118b92f
commit 9088853551
3 changed files with 21 additions and 0 deletions

View file

@ -85,6 +85,7 @@ interface PosMaster {
reason: null | string;
positions: Position[];
assignId: string[];
isDirector?: boolean;
}
interface Position {