【营销模块】新建模块yudao-module-market

This commit is contained in:
shuaidawang
2022-04-23 23:22:47 +08:00
parent 3a0feef402
commit ece6712d69
8 changed files with 176 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>yudao</artifactId>
<groupId>cn.iocoder.boot</groupId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-market</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
market模块主要实现营销相关功能
例如营销活动、banner广告、优惠券、优惠码等功能。
</description>
<modules>
<module>yudao-module-market-api</module>
<module>yudao-module-market-biz</module>
</modules>
</project>