多模块重构 4:system 模块的调整,实现 sms API~~

This commit is contained in:
YunaiV
2022-01-30 22:27:54 +08:00
parent add08b1ecd
commit 16c2590483
14 changed files with 270 additions and 83 deletions

View File

@ -57,14 +57,15 @@
</dependency>
<!-- 默认引入bpm-activiti. 可以替换为bpm-flowable -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-bpm-activiti</artifactId>
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-bpm-core-service-impl</artifactId>
</dependency>
<!-- TODO 芋艿:临时注释,测试通过后,打开 -->
<!-- <dependency>-->
<!-- <groupId>cn.iocoder.boot</groupId>-->
<!-- <artifactId>yudao-module-bpm-activiti</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>cn.iocoder.boot</groupId>-->
<!-- <artifactId>yudao-module-bpm-core-service-impl</artifactId>-->
<!-- </dependency>-->
<!-- Web 相关 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>