| | |
| | | @TableField(exist = false) |
| | | private Multifile pidanFile; |
| | | |
| | | @ApiModelProperty(value = "批减是否仅支持替换 0否 1是", example = "1") |
| | | @TableField(exist = false) |
| | | private Integer delOnlyReplace; |
| | | |
| | | @ApiModelProperty(value = "加保明细数据") |
| | | @TableField(exist = false) |
| | |
| | | @ApiModelProperty(value = "合并单主键(保单)") |
| | | @TableField(exist = false) |
| | | private Integer unionApplyId; |
| | | |
| | | @ApiModelProperty(value = "年份") |
| | | @TableField(exist = false) |
| | | private Integer year; |
| | | @ApiModelProperty(value = "统计条目数") |
| | | @TableField(exist = false) |
| | | private Integer countNum; |
| | | @ApiModelProperty(value = "提交日期开始 yyyy-MM ") |
| | | @TableField(exist = false) |
| | | private String month; |
| | | |
| | | public TaxesInvoicingVO toTaxesInvoicingVO(){ |
| | | TaxesInvoicingVO taxesInvoicingVO = new TaxesInvoicingVO(); |