jiangping
2024-06-26 e3ac616c2a3ef63073a454b9c91e6bff1e4243d0
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();