liusheng
2024-03-19 519886a70d630e3cdd6c0f40f55fcebc6e780dc5
ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceFund.java
@@ -381,11 +381,18 @@
    private Integer performancetype;
    /**
     * 专家费用算税申请主表ID
     * 专家费用算税申请主表ID,当值为-1时,表示fundTaxId为null
     */
    @ApiModelProperty("专家费用算税申请主表ID")
    @Excel(name = "专家费用算税申请主表ID")
    private Long fundTaxId;
    private Long fundTaxId = null;
    /**
     * 税金
     */
    @ApiModelProperty("税金")
    @Excel(name = "税金")
    private Double taxcost;
}