liusheng
2024-03-19 ded03f0315e02c13f17b8bf7777c89a5cc73130e
ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceFund.java
@@ -334,14 +334,6 @@
    private Integer checkstatus;
    /**
     * 绩效:1、月度、2季度、3年度
     */
    @ApiModelProperty("绩效:1、月度、2季度、3年度")
    @Excel(name = "绩效:1、月度、2季度、3年度")
    private Integer performancetype;
    /**
     * 是否算税:0未算税,1已算税
     */
    @ApiModelProperty("是否算税:0未算税,1已算税")
@@ -371,5 +363,30 @@
     */
    @ApiModelProperty("来用记录插入分享表失败")
    private String notes;
    /**
     * 绩效日期
     */
    @ApiModelProperty("绩效日期")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @Excel(name = "绩效日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
    private Date jxrq;
    /**
     * 绩效:1、月度、2季度、3年度
     */
    @ApiModelProperty("绩效:1、月度、2季度、3年度")
    @Excel(name = "绩效:1、月度、2季度、3年度")
    private Integer performancetype;
    /**
     * 专家费用算税申请主表ID,当值为-1时,表示fundTaxId为null
     */
    @ApiModelProperty("专家费用算税申请主表ID")
    @Excel(name = "专家费用算税申请主表ID")
    private Long fundTaxId;
}