liusheng
2024-07-29 fbf5402f03820ebc702871fc4c4933c024ff3087
ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceReimbursementEo.java
@@ -350,5 +350,12 @@
    @ApiModelProperty("市内交通费")
    private BigDecimal cityfee;
    /**
     * 绩效:1、月度、2季度、3年度
     */
    @ApiModelProperty("绩效:1、月度、2季度、3年度")
    @Excel(name = "绩效:1、月度、2季度、3年度")
    private Integer performancetype;
}