src/main/java/com/yeshi/buwan/videos/tencent/entity/TencentCoverVideo.java
File was renamed from src/main/java/com/yeshi/buwan/tencent/entity/TencentCoverVideo.java @@ -1,11 +1,10 @@ package com.yeshi.buwan.tencent.entity; package com.yeshi.buwan.videos.tencent.entity; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.index.Indexed; import org.springframework.data.mongodb.core.mapping.Document; import java.util.Date; import java.util.List; @Document(collection = "tencentCoverVideo") public class TencentCoverVideo {