reactor:移除 mall-trade 的 api 包
This commit is contained in:
parent
31b8ee425f
commit
dfffc93584
|
@ -20,7 +20,7 @@
|
|||
<modules>
|
||||
<module>yudao-module-product</module>
|
||||
<module>yudao-module-promotion</module>
|
||||
<module>yudao-module-trade-biz</module>
|
||||
<module>yudao-module-trade</module>
|
||||
<module>yudao-module-statistics</module>
|
||||
<!--
|
||||
特殊:为什么会有 yudao-module-trade-api 呢?
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* promotion API 包,定义并实现提供给其它模块的 API
|
||||
*/
|
||||
package cn.iocoder.yudao.module.promotion.api;
|
|
@ -8,7 +8,7 @@
|
|||
<version>${revision}</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>yudao-module-trade-biz</artifactId>
|
||||
<artifactId>yudao-module-trade</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue