| | |
| | | @ExcelColumn(name="合并单编码(关联union_apply)") |
| | | private Integer unionApplyId; |
| | | |
| | | @ApiModelProperty(value = "合并单-投保单状态 0=未上传;1=已上传;2=已签署", example = "1") |
| | | private Integer unionApplyTbdStatus; |
| | | |
| | | @ApiModelProperty(value = "单号") |
| | | @ExcelColumn(name="单号") |
| | | private String code; |
| | |
| | | @ApiModelProperty(value = "总费用") |
| | | @ExcelColumn(name="总费用") |
| | | private BigDecimal fee; |
| | | |
| | | @ApiModelProperty(value = "在线确认书合同号") |
| | | @ExcelColumn(name="在线确认书合同号") |
| | | private String signQrsNo; |
| | | |
| | | @ApiModelProperty(value = "人员名单签署合同号") |
| | | @ExcelColumn(name="人员名单签署合同号") |
| | | private String signMemberListNo; |
| | | |
| | | @ApiModelProperty(value = "企业名称") |
| | | @TableField(exist = false) |
| | |
| | | @TableField(exist = false) |
| | | private Integer timeUnit; |
| | | |
| | | @ApiModelProperty(value = "方案基础版本主键", example = "1") |
| | | @TableField(exist = false) |
| | | private Integer solutionBaseId; |
| | | |
| | | @ApiModelProperty(value = "最新版本的方案主键", example = "1") |
| | | @TableField(exist = false) |
| | | private Integer newVersionSolutionId; |
| | | |
| | | |
| | | @ApiModelProperty(value = "商户名称") |
| | | @TableField(exist = false) |
| | | private String shopName; |
| | | |
| | | |
| | | |
| | | public TaxesInvoicingVO toTaxesInvoicingVO(){ |
| | | TaxesInvoicingVO taxesInvoicingVO = new TaxesInvoicingVO(); |
| | | taxesInvoicingVO.setId(this.getId()); |