111
k94314517
2024-02-23 8a7693fb0c93235dfc9fdd9477992d0bfb41d5f9
server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java
@@ -208,6 +208,11 @@
    @TableField(exist = false)
    private Integer timeUnit;
    @ApiModelProperty(value = "最新版本的方案主键", example = "1")
    @TableField(exist = false)
    private Integer newVersionSolutionId;
    public TaxesInvoicingVO toTaxesInvoicingVO(){
        TaxesInvoicingVO taxesInvoicingVO = new TaxesInvoicingVO();
        taxesInvoicingVO.setId(this.getId());