|
@@ -20,7 +20,6 @@
|
|
|
<module>zd-api</module>
|
|
<module>zd-api</module>
|
|
|
<module>zd-common</module>
|
|
<module>zd-common</module>
|
|
|
<module>zd-model</module>
|
|
<module>zd-model</module>
|
|
|
- <module>zd-chemical-api</module>
|
|
|
|
|
</modules>
|
|
</modules>
|
|
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
@@ -255,12 +254,6 @@
|
|
|
<version>${zd.version}</version>
|
|
<version>${zd.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
- <!-- 系统接口 -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zd</groupId>
|
|
|
|
|
- <artifactId>zd-api-system</artifactId>
|
|
|
|
|
- <version>${zd.version}</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
<!-- 返回值包装 -->
|
|
<!-- 返回值包装 -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.zd</groupId>
|
|
<groupId>com.zd</groupId>
|
|
@@ -332,6 +325,12 @@
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
|
|
+ <groupId>com.zd.system</groupId>
|
|
|
|
|
+ <artifactId>zd-system-api</artifactId>
|
|
|
|
|
+ <version>${zd.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
<groupId>com.zd.laboratory</groupId>
|
|
<groupId>com.zd.laboratory</groupId>
|
|
|
<artifactId>zd-laboratory-api</artifactId>
|
|
<artifactId>zd-laboratory-api</artifactId>
|
|
|
<version>${zd.version}</version>
|
|
<version>${zd.version}</version>
|