1.增加插入数据时的 createTime字段 为 LocalDateTime

2.自动序列和反序列化 CreateTime 字段
3.修改rabbitMQ序列化方法,使其支持 LocalDateTime
This commit is contained in:
2025-06-26 19:12:27 +08:00
parent 4f575c2eb9
commit a90c4a347d
14 changed files with 401 additions and 29 deletions

View File

@@ -18,10 +18,6 @@
<result column="host_display_id" jdbcType="VARCHAR" property="hostDisplayId" />
<result column="owner_id" jdbcType="VARCHAR" property="ownerId" />
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
<result column="creator" jdbcType="BIGINT" property="creator" />
<result column="updater" jdbcType="VARCHAR" property="updater" />
<result column="deleted" jdbcType="BOOLEAN" property="deleted" />
<result column="tenant_id" jdbcType="BIGINT" property="tenantId" />
</resultMap>
<sql id="Base_Column_List">