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;