This commit is contained in:
AdisakKanthawilang 2025-06-16 13:58:39 +07:00
parent 69a2cfcddd
commit 87619410af
3 changed files with 37 additions and 0 deletions

View file

@ -3306,6 +3306,8 @@ export class CommandController extends Controller {
positionSalaryAmount?: Double | null;
mouthSalaryAmount?: Double | null;
positionExecutive: string | null;
positionExecutiveField?: string | null;
positionArea?: string | null;
positionType: string | null;
positionLevel: string | null;
isLeave: boolean;
@ -3623,6 +3625,8 @@ export class CommandController extends Controller {
orgChild3?: string | null;
orgChild4?: string | null;
positionExecutive?: string | null;
positionExecutiveField?: string | null;
positionArea?: string | null;
commandNo: string | null;
commandYear: number | null;
posNo: string | null;