From 0200382ddfdaf489c24f445fb12dd18a7b7ab7ab Mon Sep 17 00:00:00 2001 From: jsh <1209700525@qq.com> Date: Sun, 12 Oct 2025 14:11:01 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B8=85=E7=90=86=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/dota/nexus/entity/Anniversary.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/com/dota/nexus/entity/Anniversary.java b/src/main/java/com/dota/nexus/entity/Anniversary.java index d9a2c02..69fb860 100644 --- a/src/main/java/com/dota/nexus/entity/Anniversary.java +++ b/src/main/java/com/dota/nexus/entity/Anniversary.java @@ -1,7 +1,5 @@ package com.dota.nexus.entity; -import com.dota.nexus.entity.vo.AnniversaryRecord; -import com.dota.nexus.entity.vo.AnniversaryVO; import lombok.Data; import lombok.EqualsAndHashCode;