diff --git a/src/entities/ProfileSalaryTemp.ts b/src/entities/ProfileSalaryTemp.ts index 8be61bd1..78733865 100644 --- a/src/entities/ProfileSalaryTemp.ts +++ b/src/entities/ProfileSalaryTemp.ts @@ -346,20 +346,20 @@ export class CreateProfileSalaryTemp { } export type UpdateProfileSalaryTemp = { - type: string; + type?: string; commandCode?: string | null; commandNo?: string | null; commandYear?: number | null; commandDateAffect?: Date | null; commandDateSign?: Date | null; - posNoAbb: string | null; - posNo: string | null; - positionName: string | null; - positionType: string | null; - positionLevel: string | null; + posNoAbb?: string | null; + posNo?: string | null; + positionName?: string | null; + positionType?: string | null; + positionLevel?: string | null; positionLine?: string | null; positionPathSide?: string | null; - positionExecutive: string | null; + positionExecutive?: string | null; amount?: Double | null; amountSpecial?: Double | null; positionSalaryAmount?: Double | null; @@ -369,7 +369,7 @@ export type UpdateProfileSalaryTemp = { orgChild2?: string | null; orgChild3?: string | null; orgChild4?: string | null; - remark: string | null; + remark?: string | null; commandId?: string | null; isGovernment?: boolean | null; positionCee?: string | null;