EvalUserRankStageServiceImplReport.java 640 Bytes
package cn.fw.morax.service.data.eval.impl;


import cn.fw.morax.dao.eval.EvalUserRankStageReportDao;
import cn.fw.morax.domain.db.eval.EvalUserRankStageReport;
import cn.fw.morax.service.data.eval.EvalUserRankStageReportService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;

/**
 * <p>
 * 报表绩效排名组 服务实现类
 * </p>
 *
 * @author jiangchao
 * @since 2023-03-31
 */
@Service
public class EvalUserRankStageServiceImplReport extends ServiceImpl<EvalUserRankStageReportDao, EvalUserRankStageReport>
        implements EvalUserRankStageReportService {

}