liusheng
2023-12-27 c6983deafdacebb0d5dbe5782fef4864d5a2170f
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;
}