liusheng
2024-03-19 519886a70d630e3cdd6c0f40f55fcebc6e780dc5
ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceFund.java
@@ -380,6 +380,20 @@
    @Excel(name = "绩效:1、月度、2季度、3年度")
    private Integer performancetype;
    /**
     * 专家费用算税申请主表ID,当值为-1时,表示fundTaxId为null
     */
    @ApiModelProperty("专家费用算税申请主表ID")
    @Excel(name = "专家费用算税申请主表ID")
    private Long fundTaxId = null;
    /**
     * 税金
     */
    @ApiModelProperty("税金")
    @Excel(name = "税金")
    private Double taxcost;
}