chore: 升级项目版本至1.1并优化代码格式

- 升级所有模块版本从1.0到1.1
- 统一Maven依赖版本管理
- 优化PlayClerkUserInfoServiceImpl导入语句格式
- 确保版本一致性和向后兼容性
This commit is contained in:
irving
2025-08-31 13:49:39 -04:00
parent 1c4d8776df
commit 717d5a0c41
5 changed files with 20 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.starry</groupId>
<artifactId>play-with</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>play-generator</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>com.starry</groupId>
<artifactId>play-common</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
<!-- 自定义验证注解 -->