jiangping
2024-06-26 3e1a5520f6153a66a436109719d553fb0550e41b
server/service/src/main/java/com/doumee/dao/business/model/ApplyChange.java
@@ -230,7 +230,15 @@
    @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();