产品角色等

This commit is contained in:
2025-12-23 10:17:39 +08:00
parent 9a36facf01
commit e948b53e89
29 changed files with 598 additions and 54 deletions

11
pom.xml
View File

@@ -18,6 +18,17 @@
<boot.version>3.3.0</boot.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>4.6.3</version>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>