今日访问量更改

This commit is contained in:
liuyingfang
2024-03-15 16:19:46 +08:00
parent b9f9a435b9
commit 325afd0aa0
2 changed files with 10 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ public class SummaryVO {
*/
private Long totalUser =0L;
/**
* 销售额柱形图
* 支付笔数柱形图
*/
private List<CountDateVO> countDateList;
/**
@@ -43,5 +43,9 @@ public class SummaryVO {
*/
public List<CountVisitsVO> visitsCountList;
/**
* 用户数柱状图
*/
public List<CountVisitsVO> countShopUserList;
}