package com.boco.nbd.wios.flow;

import com.boco.nbd.wios.BaseTest;
import com.boco.nbd.wios.flow.service.IEvaluationStatisticsService;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;


/**
 * @Description: TODO
 * @Author: ZQY
 * @Date: 2022/8/17
 **/
public class StatisticsTest extends BaseTest {

    @Autowired
    private IEvaluationStatisticsService evaluationStatisticsService;

    @Test
    public  void  test(){
    }







}