liusheng
2023-09-27 da3edb56ef670c58f6de09d28fde986d6be5a845
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;
}