| | |
| | | private Integer status; |
| | | @ApiModelProperty(value = "合并单编码(关联union_change)", example = "1") |
| | | @ExcelColumn(name="合并单编码(关联union_change)") |
| | | private Integer unionChange; |
| | | private Integer unionChangeId; |
| | | @ApiModelProperty(value = "在线签章合同号") |
| | | private String signApplyNo; |
| | | @ApiModelProperty(value = "期望保险生效起期") |
| | |
| | | @ApiModelProperty(value = "日志记录") |
| | | @TableField(exist = false) |
| | | private List<ApplyLog> applyLogList; |
| | | @ApiModelProperty(value = "方案类型 0直保 1委托投保") |
| | | @TableField(exist = false) |
| | | private Integer solutionType; |
| | | public TaxesInvoicingVO toTaxesInvoicingVO(){ |
| | | TaxesInvoicingVO taxesInvoicingVO = new TaxesInvoicingVO(); |
| | | taxesInvoicingVO.setId(this.getId()); |