chore: 移除无用字段

This commit is contained in:
Ray.Hao
2025-02-06 13:44:12 +08:00
parent 284f6dafb0
commit b0ede31721

View File

@@ -10,7 +10,7 @@ import java.util.List;
/**
* 访问趋势VO
*
* @author Ray
* @author Ray.Hao
* @since 2.3.0
*/
@Schema(description = "访问趋势VO")
@@ -24,9 +24,6 @@ public class VisitTrendVO {
@Schema(description = "浏览量(PV)")
private List<Integer> pvList;
@Schema(description = "访客数(UV)")
private List<Integer> uvList;
@Schema(description = "IP数")
private List<Integer> ipList;