feat(shared): add BaseEntity and ApiResponse

This commit is contained in:
2026-07-06 16:39:17 +08:00
parent a7ccb8299c
commit 71079d4988
4 changed files with 51 additions and 22 deletions

View File

@@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<artifactId>mybatis-plus-annotation</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>