Browse Source

修改bug。

master
刘忱 2 years ago
parent
commit
c43df3adc2
  1. 4
      win-module-mes/win-module-mes-biz/pom.xml
  2. 4
      win-module-scp/win-module-scp-biz/pom.xml
  3. 4
      win-module-wms/win-module-wms-biz/pom.xml

4
win-module-mes/win-module-mes-biz/pom.xml

@ -29,6 +29,10 @@
</dependency>
<!-- 业务组件 -->
<dependency>
<groupId>com.win</groupId>
<artifactId>win-module-mes-api</artifactId>
</dependency>
<dependency>
<groupId>com.win</groupId>
<artifactId>win-spring-boot-starter-biz-operatelog</artifactId>

4
win-module-scp/win-module-scp-biz/pom.xml

@ -29,6 +29,10 @@
</dependency>
<!-- 业务组件 -->
<dependency>
<groupId>com.win</groupId>
<artifactId>win-module-scp-api</artifactId>
</dependency>
<dependency>
<groupId>com.win</groupId>
<artifactId>win-spring-boot-starter-biz-operatelog</artifactId>

4
win-module-wms/win-module-wms-biz/pom.xml

@ -29,6 +29,10 @@
</dependency>
<!-- 业务组件 -->
<dependency>
<groupId>com.win</groupId>
<artifactId>win-module-wms-api</artifactId>
</dependency>
<dependency>
<groupId>com.win</groupId>
<artifactId>win-spring-boot-starter-biz-operatelog</artifactId>

Loading…
Cancel
Save