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;