k94314517
2024-03-21 c2cdc5a3def0fb52583cbb28788310afe679e4ee
server/service/src/main/java/com/doumee/dao/business/model/ApplyChange.java
@@ -151,6 +151,12 @@
    @TableField(exist = false)
    private String createDateE;
    @ApiModelProperty(value = "批单生效起期时间")
    private String applyStartS;
    @ApiModelProperty(value = "批单止效时间")
    private String applyStartE;
    @ApiModelProperty(value = "保险方案主键")
    @TableField(exist = false)
    private Integer solutionsId;
@@ -201,6 +207,9 @@
    @ApiModelProperty(value = "日志记录")
    @TableField(exist = false)
    private List<ApplyLog> applyLogList;
    @ApiModelProperty(value = "方案类型 0直保 1委托投保")
    @TableField(exist = false)
    private Integer solutionType;
    public TaxesInvoicingVO toTaxesInvoicingVO(){
        TaxesInvoicingVO taxesInvoicingVO = new TaxesInvoicingVO();
        taxesInvoicingVO.setId(this.getId());