StatisticsTest.java 476 Bytes
Newer Older
苗卫卫 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
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(){
    }







}