소스 검색

1.pom修改。

tomatozq 5 년 전
부모
커밋
e3ec189d5d
2개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 6 1
      picc-common/pom.xml
  2. 0 3
      picc-common/src/main/java/com/jpsoft/picc/modules/base/entity/InsuranceAgent.java

+ 6 - 1
picc-common/pom.xml

@@ -87,7 +87,12 @@
             <artifactId>velocity</artifactId>
             <version>1.7</version>
         </dependency>
-
+        <!--service中用到-->
+        <dependency>
+            <groupId>com.github.pagehelper</groupId>
+            <artifactId>pagehelper-spring-boot-starter</artifactId>
+            <version>LATEST</version>
+        </dependency>
 
         <dependency>
             <groupId>javax.servlet</groupId>

+ 0 - 3
picc-common/src/main/java/com/jpsoft/picc/modules/base/entity/InsuranceAgent.java

@@ -6,9 +6,6 @@ import java.text.SimpleDateFormat;
 import java.math.BigDecimal;
 
 import com.jpsoft.picc.modules.sys.dao.DataDictionaryDAO;
-import com.jpsoft.picc.modules.sys.entity.DataDictionary;
-import com.jpsoft.picc.modules.sys.service.DataDictionaryService;
-import org.apache.ibatis.annotations.Select;
 import org.springframework.format.annotation.DateTimeFormat;
 import com.fasterxml.jackson.annotation.JsonFormat;
 import io.swagger.annotations.ApiModelProperty;