新增提成查询

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

@ -94,6 +94,12 @@
<artifactId>activation</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-custom</artifactId>
<version>3.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>