主播信息管理功能实现

This commit is contained in:
2025-06-16 19:01:09 +08:00
parent 2b1bf8be00
commit e223a98879
12 changed files with 595 additions and 30 deletions

View File

@@ -44,6 +44,11 @@
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-biz-tenant</artifactId>
</dependency>
<!-- excel依赖 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-excel</artifactId>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>