新增提成查询

This commit is contained in:
huangdeliang
2020-09-24 00:27:46 +08:00
parent 3deb40bac9
commit cf70d53d7f
12 changed files with 909 additions and 3 deletions

View File

@ -11,5 +11,17 @@
<artifactId>ruoyi-custom</artifactId>
<description>
自定义模块
</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
</dependency>
</dependencies>
</project>