From aa8afb8f18fee21361742b62061b4d4db4a09bb5 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期一, 11 三月 2024 17:51:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0' into 2.0

---
 cloud-server-other/src/main/java/com/dsh/config/JsonLongSerializer.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cloud-server-other/src/main/java/com/dsh/config/JsonLongSerializer.java b/cloud-server-other/src/main/java/com/dsh/config/JsonLongSerializer.java
index 0debbc6..ae36a32 100644
--- a/cloud-server-other/src/main/java/com/dsh/config/JsonLongSerializer.java
+++ b/cloud-server-other/src/main/java/com/dsh/config/JsonLongSerializer.java
@@ -9,7 +9,7 @@
 /**
  * @author 张鹏
  * @date 2020/9/2 11:12
- *
+ * <p>
  * 重新封装实体时,ID 丢失精度,在重写的 ID 上添加注解  @JsonSerialize(using = JsonLongSerializer.class)
  */
 public class JsonLongSerializer extends JsonSerializer<Long> {

--
Gitblit v1.7.1