修改羊只分组功能

This commit is contained in:
wyt
2025-07-18 12:57:42 +08:00
parent a2d5c34995
commit f33bf93714
10 changed files with 152 additions and 155 deletions

View File

@@ -23,6 +23,10 @@
<version>1.18.38</version> <!-- 使用最新版本 -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>