liusheng
2024-04-24 a894bc6373154d5cfd28b7f46df3c4cfa01a7b9b
ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceReimbursementEo.java
@@ -347,5 +347,15 @@
    @ApiModelProperty("下载编号")
    private String bh;
    @ApiModelProperty("市内交通费")
    private BigDecimal cityfee;
    /**
     * 绩效:1、月度、2季度、3年度
     */
    @ApiModelProperty("绩效:1、月度、2季度、3年度")
    @Excel(name = "绩效:1、月度、2季度、3年度")
    private Integer performancetype;
}