This commit is contained in:
AdisakKanthawilang 2025-06-04 15:00:37 +07:00
parent 36c6abcfdf
commit afa1a6cee8

View file

@ -346,20 +346,20 @@ export class CreateProfileSalaryTemp {
} }
export type UpdateProfileSalaryTemp = { export type UpdateProfileSalaryTemp = {
type: string; type?: string;
commandCode?: string | null; commandCode?: string | null;
commandNo?: string | null; commandNo?: string | null;
commandYear?: number | null; commandYear?: number | null;
commandDateAffect?: Date | null; commandDateAffect?: Date | null;
commandDateSign?: Date | null; commandDateSign?: Date | null;
posNoAbb: string | null; posNoAbb?: string | null;
posNo: string | null; posNo?: string | null;
positionName: string | null; positionName?: string | null;
positionType: string | null; positionType?: string | null;
positionLevel: string | null; positionLevel?: string | null;
positionLine?: string | null; positionLine?: string | null;
positionPathSide?: string | null; positionPathSide?: string | null;
positionExecutive: string | null; positionExecutive?: string | null;
amount?: Double | null; amount?: Double | null;
amountSpecial?: Double | null; amountSpecial?: Double | null;
positionSalaryAmount?: Double | null; positionSalaryAmount?: Double | null;
@ -369,7 +369,7 @@ export type UpdateProfileSalaryTemp = {
orgChild2?: string | null; orgChild2?: string | null;
orgChild3?: string | null; orgChild3?: string | null;
orgChild4?: string | null; orgChild4?: string | null;
remark: string | null; remark?: string | null;
commandId?: string | null; commandId?: string | null;
isGovernment?: boolean | null; isGovernment?: boolean | null;
positionCee?: string | null; positionCee?: string | null;