1234567891011121314151617181920212223242526 |
- // package com.pavis.ai.app.fjsocrasy;
- //
- // import com.pavis.ai.app.fjsocrasy.form.res.ResData;
- // import com.pavis.ai.app.fjsocrasy.service.BackService;
- // import org.junit.Test;
- // import org.junit.runner.RunWith;
- // import org.springframework.beans.factory.annotation.Autowired;
- // import org.springframework.boot.test.context.SpringBootTest;
- // import org.springframework.test.context.junit4.SpringRunner;
- //
- // @RunWith(SpringRunner.class)
- // @SpringBootTest
- // public class FjsOcrAsyApplicationTests {
- //
- // @Autowired
- // private BackService backService;
- //
- // @Test
- // public void contextLoads() {
- // ResData resData = new ResData();
- // resData.setMidConfidence("2");
- // resData.setOverallConfidence("2");
- // backService.backToFjs(resData,"10",System.currentTimeMillis(),"1");
- // }
- //
- // }
|