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已算税")
@@ -362,5 +354,32 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @Excel(name = "上报时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
    private Date applyTime;
    @ApiModelProperty("数据是否进入shared表   0:发起     1:待上传   2:已上传")
    private Integer uploadStates;
    /**
     * 来用记录插入分享表失败
     */
    @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;
}