update field

This commit is contained in:
AdisakKanthawilang 2025-06-16 10:54:17 +07:00
parent 926bbc1fda
commit be840b4a9c
3 changed files with 54 additions and 0 deletions

View file

@ -2941,6 +2941,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;
posmasterId: string;
@ -3771,6 +3773,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;
commandId?: string | null;