提交新功能 分销商 积分 会员体系

This commit is contained in:
xwxuan
2024-02-08 20:44:58 +08:00
parent 0e255d6c3a
commit 6f5e6e4662
928 changed files with 39318 additions and 1408 deletions

View File

@ -42,6 +42,11 @@
<artifactId>yshop-module-message-biz</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>co.yixiang.boot</groupId>
<artifactId>yshop-module-shop-biz</artifactId>
<version>${revision}</version>
</dependency>
<!-- 业务组件 -->
@ -78,6 +83,23 @@
<artifactId>yshop-spring-boot-starter-excel</artifactId>
</dependency>
<!--二维码工具-->
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
</dependency>
<dependency>
<groupId>co.yixiang.boot</groupId>
<artifactId>yshop-module-distributor-api</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>co.yixiang.boot</groupId>
<artifactId>yshop-module-distributor-biz</artifactId>
<scope>test</scope>
</dependency>
</dependencies>