| | |
| | | @ApiModelProperty(value = "费用", example = "1") |
| | | @ExcelColumn(name="费用") |
| | | private BigDecimal fee; |
| | | |
| | | @ApiModelProperty(value = "审核时间") |
| | | @ExcelColumn(name="审核时间") |
| | | |
| | |
| | | @ExcelColumn(name="单号") |
| | | private String code; |
| | | |
| | | @ApiModelProperty(value = "状态 0待受理(处理中) 1退回受理(已撤案) 2确认资料(处理中) 3完成受理(已结案)", example = "1") |
| | | @ExcelColumn(name="状态 0待受理(处理中) 1退回受理(已撤案) 2确认资料(处理中) 3完成受理(已结案)") |
| | | @ApiModelProperty(value = "状态 0暂存中 1已报案 2待立案 3已立案 4立案退回 5待受理 6拒绝受理 7商议待审批 8商议审批拒绝 9已受理 10待核赔 11已核赔 12待结案 13已结案 14已撤案", example = "1") |
| | | @ExcelColumn(name="状态 0暂存中 1已报案 2待立案 3已立案 4立案退回 5待受理 6拒绝受理 7商议待审批 8商议审批拒绝 9已受理 10待核赔 11已核赔 12待结案 13已结案 14已撤案") |
| | | private Integer status; |
| | | |
| | | @ApiModelProperty(value = "事故类型 0工作期间受伤 1上下班途中受伤 2非工作时间受伤 3意外受伤", example = "1") |
| | | @ExcelColumn(name="事故类型 0工作期间受伤 1上下班途中受伤 2非工作时间受伤 3意外受伤") |
| | | private Integer type; |
| | | |
| | | @ApiModelProperty(value = "是否住院 0是 1否", example = "1") |
| | | @ExcelColumn(name="是否住院 0是 1否") |
| | | @ApiModelProperty(value = "就诊类型:0住院 1门诊", example = "1") |
| | | @ExcelColumn(name="就诊类型:0住院 1门诊") |
| | | private Integer inHospital; |
| | | |
| | | @ApiModelProperty(value = "是否有医疗保险 0是 1否", example = "1") |
| | |
| | | @ApiModelProperty(value = "理赔来源 0企业 1平台录入 2其他 ") |
| | | @ExcelColumn(name="理赔来源 0企业 1平台录入 2其他") |
| | | private String origin; |
| | | @ApiModelProperty(value = "受理商议问题 0资料缺失,1延迟报案 2超职业类别 3其他(多个用英文逗号隔开)") |
| | | @ApiModelProperty(value = "受理商议问题 0资料缺失,1延迟报案 2超职业类别 3双免 4其他 (多个用英文逗号隔开)") |
| | | @ExcelColumn(name="受理商议问题 0资料缺失,1延迟报案 2超职业类别 3其他(多个用英文逗号隔开)") |
| | | private String syProblemOpts; |
| | | @ApiModelProperty(value = "是否风险案件 0否 1是") |
| | | @ExcelColumn(name="是否风险案件 0否 1是") |
| | | private String isRisk; |
| | | private Integer isRisk; |
| | | @ApiModelProperty(value = "是否多次出险风险 0否1是 ") |
| | | @ExcelColumn(name="是否多次出险风险 0否1是 ") |
| | | private String riskTimesCx; |
| | | private Integer riskTimesCx; |
| | | @ApiModelProperty(value = "是否疑似重复报案风险 0否1是 ") |
| | | @ExcelColumn(name="是否疑似重复报案风险 0否1是 ") |
| | | private String riskRepeat; |
| | | private Integer riskRepeat; |
| | | @ApiModelProperty(value = "是否索赔多次过多风险 0否1是") |
| | | @ExcelColumn(name="是否索赔多次过多风险 0否1是") |
| | | private String riskTimesSp; |
| | | private Integer riskTimesSp; |
| | | @ApiModelProperty(value = "是否新员工出险风险 0否1是") |
| | | @ExcelColumn(name="是否新员工出险风险 0否1是") |
| | | private String riskNewUser ; |
| | | private Integer riskNewUser ; |
| | | @ApiModelProperty(value = "设计敏感词,多个英文逗号隔开") |
| | | @ExcelColumn(name="设计敏感词,多个英文逗号隔开") |
| | | private String riskSensitive; |
| | |
| | | private String accountContent; |
| | | @ApiModelProperty(value = "其他赔付项总额") |
| | | @ExcelColumn(name="其他赔付项总额") |
| | | private String otherAccount; |
| | | private BigDecimal otherAccount; |
| | | @ApiModelProperty(value = "是否可赔付医保外用药") |
| | | @ExcelColumn(name="是否可赔付医保外用药") |
| | | private String payForYbwyy; |
| | | @ApiModelProperty(value = "整体状态 0未提交 1待立案 2待受理 3") |
| | | @ExcelColumn(name="整体状态") |
| | | private String allStatus; |
| | | |
| | | @ApiModelProperty(value = "收款银行") |
| | | @ExcelColumn(name="收款银行") |
| | | private String receiveBank; |
| | | |
| | | @ApiModelProperty(value = "收款人") |
| | | @ExcelColumn(name="收款人") |
| | | private String receiveUserName; |
| | | |
| | | @ApiModelProperty(value = "收款账户") |
| | | @ExcelColumn(name="收款账户") |
| | | private String receiveAccount; |
| | | |
| | | @ApiModelProperty(value = "风险信息集合") |
| | | private String riskContent; |
| | | |
| | | |
| | | @ApiModelProperty(value = "是否待补充材料:0=否;1=是") |
| | | private Integer waitSupplement; |
| | | |
| | | |
| | | @ApiModelProperty(value = "保险单附件") |
| | | @TableField(exist = false) |
| | | private Multifile baoxiandanFile; |
| | |
| | | @TableField(exist = false) |
| | | private List<Multifile> compensationFileList; |
| | | |
| | | |
| | | @ApiModelProperty(value = "其他资料") |
| | | @TableField(exist = false) |
| | | private List<Multifile> otherFileList; |
| | | |
| | | |
| | | @ApiModelProperty(value = "日志列表") |
| | | @TableField(exist = false) |
| | | List<SettleClaimsLog> settleClaimsLogList; |