liusheng
2024-03-11 48d56c0780ddcd28a19f306064e1dd21f0c425c0
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,23 @@
     */
    @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;
}