| | |
| | | insureBillNo?: string; |
| | | /** 投保人 */ |
| | | enterpriseName?: string; |
| | | amountUpdateType?: EnumAmountUpdateType; |
| | | /** 保费调整金额 */ |
| | | amountUpdate?: number; |
| | | /** 批改人员详情 */ |
| | | staffList?: InsureBatchBillDetailDto[]; |
| | | } |
| | |
| | | properties?: Record<string, any>; |
| | | configuration?: Record<string, any>; |
| | | } |
| | | |
| | | type EnumAmountUpdateType = 10 | 20; |
| | | |
| | | type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30; |
| | | |
| | |
| | | age?: number; |
| | | /** 电话号码 */ |
| | | phoneNumber?: string; |
| | | /** 职业类型 */ |
| | | occupationType?: string; |
| | | /** 职业码值 */ |
| | | occupationCode?: string; |
| | | /** 用工单位 */ |
| | | workEnterprise?: string; |
| | | /** 用工地点 */ |
| | | workAddress?: string; |
| | | /** 职业/工种 */ |
| | | workType: string; |
| | | /** 性别 */ |
| | |
| | | certType?: string; |
| | | idNumber?: string; |
| | | insuranceScheme?: string; |
| | | /** 职业类型 */ |
| | | occupationType?: string; |
| | | /** 职业码值 */ |
| | | occupationCode?: string; |
| | | /** 用工单位 */ |
| | | workEnterprise?: string; |
| | | /** 用工地点 */ |
| | | workAddress?: string; |
| | | workType?: string; |
| | | birthDay?: string; |
| | | remark?: string; |
| | |
| | | idNumber: string; |
| | | /** 电话号码 */ |
| | | phoneNumber?: string; |
| | | /** 职业类型 */ |
| | | occupationType?: string; |
| | | /** 职业码值 */ |
| | | occupationCode?: string; |
| | | /** 用工单位 */ |
| | | workEnterprise?: string; |
| | | /** 用工地点 */ |
| | | workAddress?: string; |
| | | /** 职业/工种 */ |
| | | workType: string; |
| | | /** 性别 */ |
| | |
| | | age?: number; |
| | | /** 出生日期 */ |
| | | birthDay?: string; |
| | | /** 职业类型 */ |
| | | occupationType?: string; |
| | | /** 职业码值 */ |
| | | occupationCode?: string; |
| | | /** 用工单位 */ |
| | | workEnterprise?: string; |
| | | /** 用工地点 */ |
| | | workAddress?: string; |
| | | /** 职业名称 */ |
| | | workType?: string; |
| | | changeType?: BatchChangeTypeEnum; |
| | |
| | | effectTime?: string; |
| | | /** 附件上传 */ |
| | | attachmentUrl?: string; |
| | | amountUpdateType?: EnumAmountUpdateType; |
| | | /** 保费调整金额 */ |
| | | amountUpdate?: number; |
| | | } |
| | | |
| | | interface InsureBatchBillDtoPageOutput { |
| | |
| | | effectTime?: string; |
| | | /** 附件上传 */ |
| | | attachmentUrl?: string; |
| | | amountUpdateType?: EnumAmountUpdateType; |
| | | /** 保费调整金额 */ |
| | | amountUpdate?: number; |
| | | } |
| | | |
| | | interface SetMyModule { |