产品角色等

This commit is contained in:
2025-12-23 10:17:39 +08:00
parent 99c17f1ef1
commit 679aa5f0c1
28 changed files with 620 additions and 85 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>