派工单2.0

This commit is contained in:
2025-12-10 20:27:11 +08:00
parent cc66d1161e
commit 1ecc8fe0af
9 changed files with 104 additions and 443 deletions

View File

@@ -17,11 +17,11 @@
<groupId>zhyc</groupId>
<artifactId>zhyc-common</artifactId>
</dependency>
<!-- MyBatis-Plus 核心,已含 @TableField -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.38</version> <!-- 使用最新版本 -->
<scope>provided</scope>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.5.3.2</version> <!-- 用你项目已有的版本 -->
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>