feat(common): Record消息结构更新

新增info字段用于存一些公共字段,statement加入消息加密能力
This commit is contained in:
v-zhangjc9
2024-07-09 15:36:10 +08:00
parent ae6e4855e0
commit 6c9f43d310
11 changed files with 455 additions and 80 deletions

View File

@@ -23,6 +23,12 @@
<groupId>io.github.dragons96</groupId>
<artifactId>sql-builder</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.7.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>