feat(crm): add person, identity, conversation, tag tables and APIs

This commit is contained in:
2026-07-07 12:06:19 +08:00
parent 855f77595d
commit 3f2c0d7d16
34 changed files with 1086 additions and 1 deletions

View File

@@ -21,5 +21,13 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
</project>