소스 검색

学校功能

TRX 1 년 전
부모
커밋
8af69d013e
2개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      FullCardClient/pom.xml
  2. 6 0
      FullCardServer/pom.xml

+ 6 - 0
FullCardClient/pom.xml

@@ -56,6 +56,12 @@
 			<version>${project.version}</version>
 		</dependency>
 
+		<dependency>
+			<groupId>cn.afterturn</groupId>
+			<artifactId>easypoi-base</artifactId>
+			<version>4.1.0</version>
+		</dependency>
+
 	</dependencies>
 
 </project>

+ 6 - 0
FullCardServer/pom.xml

@@ -96,5 +96,11 @@
 			<version>4.1.2</version>
 		</dependency>
 
+		<dependency>
+			<groupId>cn.afterturn</groupId>
+			<artifactId>easypoi-base</artifactId>
+			<version>4.1.0</version>
+		</dependency>
+
 	</dependencies>
 </project>