EvalUserRankStageReportService.java 359 Bytes
package cn.fw.morax.service.data.eval;


import cn.fw.morax.domain.db.eval.EvalUserRankStageReport;
import com.baomidou.mybatisplus.extension.service.IService;

/**
 * <p>
 * 报表绩效排名组 服务类
 * </p>
 *
 * @author jiangchao
 * @since 2023-03-31
 */
public interface EvalUserRankStageReportService extends IService<EvalUserRankStageReport> {

}