|
@@ -1,23 +0,0 @@
|
|
|
-package com.jiayue.ssi.service;
|
|
|
-
|
|
|
-import com.jiayue.ssi.BaseTest;
|
|
|
-import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
-import org.junit.Test;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-
|
|
|
-/**
|
|
|
- * TODO
|
|
|
- *
|
|
|
- * @author xsl
|
|
|
- * @version 3.0
|
|
|
- */
|
|
|
-public class SsqDataTest extends BaseTest {
|
|
|
- @Autowired
|
|
|
- SsqDataService ssqDataService;
|
|
|
-
|
|
|
- @Test
|
|
|
- public void queryPage() throws Exception{
|
|
|
- Page<SsqData> rp = (Page<SsqData>) ssqDataService.page(new Page<>(1,2000),null);
|
|
|
- System.out.println(rp.getSize());
|
|
|
- }
|
|
|
-}
|