chore: 移除无用字段
This commit is contained in:
@@ -10,7 +10,7 @@ import java.util.List;
|
|||||||
/**
|
/**
|
||||||
* 访问趋势VO
|
* 访问趋势VO
|
||||||
*
|
*
|
||||||
* @author Ray
|
* @author Ray.Hao
|
||||||
* @since 2.3.0
|
* @since 2.3.0
|
||||||
*/
|
*/
|
||||||
@Schema(description = "访问趋势VO")
|
@Schema(description = "访问趋势VO")
|
||||||
@@ -24,9 +24,6 @@ public class VisitTrendVO {
|
|||||||
@Schema(description = "浏览量(PV)")
|
@Schema(description = "浏览量(PV)")
|
||||||
private List<Integer> pvList;
|
private List<Integer> pvList;
|
||||||
|
|
||||||
@Schema(description = "访客数(UV)")
|
|
||||||
private List<Integer> uvList;
|
|
||||||
|
|
||||||
@Schema(description = "IP数")
|
@Schema(description = "IP数")
|
||||||
private List<Integer> ipList;
|
private List<Integer> ipList;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user