From 5da1cc8c0e6efa0933df65235eb66f4065b669e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Mon, 3 Jun 2024 15:05:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maku-boot-system/src/main/java/net/maku/system/vo/SysLogLoginVO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maku-boot-system/src/main/java/net/maku/system/vo/SysLogLoginVO.java b/maku-boot-system/src/main/java/net/maku/system/vo/SysLogLoginVO.java index d189a91..b261a9d 100644 --- a/maku-boot-system/src/main/java/net/maku/system/vo/SysLogLoginVO.java +++ b/maku-boot-system/src/main/java/net/maku/system/vo/SysLogLoginVO.java @@ -66,4 +66,4 @@ public class SysLogLoginVO implements Serializable, TransPojo { @JsonFormat(pattern = DateUtils.DATE_TIME_PATTERN) private LocalDateTime createTime; -} +} \ No newline at end of file