|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "冲红备注") | 
|---|
|  |  |  | @ExcelColumn(name="冲红备注") | 
|---|
|  |  |  | private String delIInfo; | 
|---|
|  |  |  | private String delInfo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "冲红操作人员编码", example = "1") | 
|---|
|  |  |  | @ExcelColumn(name="冲红操作人员编码") | 
|---|
|  |  |  | private Integer  delUserId; | 
|---|
|  |  |  | private Integer  delUerId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "单据申请编码(关联insurance_apply)", example = "1") | 
|---|
|  |  |  | @ExcelColumn(name="单据申请编码(关联insurance_apply)") | 
|---|
|  |  |  | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | List<TaxDetial> delTaxList ;// | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "保单主键 - 查询保单的开票历史记录") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private Integer applyId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "撤回操作人") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private String cancelUserName; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public TaxesInvoicingVO getTaxesInvoicingVO(){ | 
|---|
|  |  |  | TaxesInvoicingVO taxesInvoicingVO = new TaxesInvoicingVO(); | 
|---|
|  |  |  | taxesInvoicingVO.setId(this.getId()); | 
|---|
|  |  |  | taxesInvoicingVO.setSolutionsName(this.getSolutionName()); | 
|---|
|  |  |  | taxesInvoicingVO.setInsuranceCode(this.getInsuranceCode()); | 
|---|
|  |  |  | taxesInvoicingVO.setDownCode(this.getDoneCode()); | 
|---|
|  |  |  | taxesInvoicingVO.setCreateTime(this.getCreateDate()); | 
|---|
|  |  |  | taxesInvoicingVO.setAmount(this.getPrice()); | 
|---|
|  |  |  | taxesInvoicingVO.setType(Constants.TWO); | 
|---|
|  |  |  | return taxesInvoicingVO; | 
|---|