reactor:移除 mall-trade 的 api 包

This commit is contained in:
YunaiV 2025-05-17 11:31:10 +08:00
parent 31b8ee425f
commit dfffc93584
294 changed files with 10 additions and 6 deletions

View File

@ -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 呢?

View File

@ -0,0 +1,4 @@
/**
* promotion API 定义并实现提供给其它模块的 API
*/
package cn.iocoder.yudao.module.promotion.api;

View File

@ -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