报表基础模块:板材汇总-按板材报表excel导出实现:exec微服务rpc接口、report微服务rpc接口实现;

This commit is contained in:
gaoqr
2024-07-23 11:23:41 +08:00
parent d9999377c9
commit 9f7f4aba72
25 changed files with 716 additions and 22 deletions
@@ -22,5 +22,26 @@
<groupId>com.cf.imes</groupId>
<artifactId>cf-common</artifactId>
</dependency>
<!-- Web 相关 -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<scope>provided</scope>
</dependency>
<!-- 参数校验 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<optional>true</optional>
</dependency>
<!-- RPC 远程调用相关 -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>